Home
last modified time | relevance | path

Searched refs:mShadowViewDelegate (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/design/lollipop/android/support/design/widget/
DFloatingActionButtonLollipop.java75 mShadowViewDelegate.setBackgroundDrawable(mRippleDrawable); in setBackgroundDrawable()
90 if (mShadowViewDelegate.isCompatPaddingEnabled()) { in onElevationChanged()
108 if (mShadowViewDelegate.isCompatPaddingEnabled()) { in onTranslationZChanged()
125 if (mShadowViewDelegate.isCompatPaddingEnabled()) { in onPaddingUpdated()
128 mShadowViewDelegate.setBackgroundDrawable(mInsetDrawable); in onPaddingUpdated()
130 mShadowViewDelegate.setBackgroundDrawable(mRippleDrawable); in onPaddingUpdated()
160 if (mShadowViewDelegate.isCompatPaddingEnabled()) { in getPadding()
161 final float radius = mShadowViewDelegate.getRadius(); in getPadding()
/frameworks/support/design/base/android/support/design/widget/
DFloatingActionButtonImpl.java54 final ShadowViewDelegate mShadowViewDelegate; field in FloatingActionButtonImpl
62 mShadowViewDelegate = shadowViewDelegate; in FloatingActionButtonImpl()
112 mShadowViewDelegate.setShadowPadding(rect.left, rect.top, rect.right, rect.bottom); in updatePadding()
/frameworks/support/design/eclair-mr1/android/support/design/widget/
DFloatingActionButtonEclairMr1.java94 mShadowViewDelegate.getRadius(), in setBackgroundDrawable()
98 mShadowViewDelegate.setBackgroundDrawable(mShadowDrawable); in setBackgroundDrawable()