Home
last modified time | relevance | path

Searched refs:mBorderDrawable (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/design/eclair-mr1/android/support/design/widget/
DFloatingActionButtonEclairMr1.java82 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint); in setBackgroundDrawable()
83 layers = new Drawable[] {mBorderDrawable, mShapeDrawable, mRippleDrawable}; in setBackgroundDrawable()
85 mBorderDrawable = null; in setBackgroundDrawable()
106 if (mBorderDrawable != null) { in setBackgroundTintList()
107 mBorderDrawable.setBorderTint(tint); in setBackgroundTintList()
/frameworks/support/design/lollipop/android/support/design/widget/
DFloatingActionButtonLollipop.java63 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint); in setBackgroundDrawable()
64 rippleContent = new LayerDrawable(new Drawable[]{mBorderDrawable, mShapeDrawable}); in setBackgroundDrawable()
66 mBorderDrawable = null; in setBackgroundDrawable()
/frameworks/support/design/ics/android/support/design/widget/
DFloatingActionButtonIcs.java145 if (mBorderDrawable != null) { in updateFromViewRotation()
146 mBorderDrawable.setRotation(-rotation); in updateFromViewRotation()
/frameworks/support/design/base/android/support/design/widget/
DFloatingActionButtonImpl.java34 CircularBorderDrawable mBorderDrawable; field in FloatingActionButtonImpl