Searched refs:ShadowDelegateImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java768 return new FloatingActionButtonLollipop(this, new ShadowDelegateImpl());
770 return new FloatingActionButtonIcs(this, new ShadowDelegateImpl());
772 return new FloatingActionButtonEclairMr1(this, new ShadowDelegateImpl());
776 private class ShadowDelegateImpl implements ShadowViewDelegate { class in class:FloatingActionButton

Completed in 28 milliseconds