Searched refs:mShapeDrawable (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/design/eclair-mr1/android/support/design/widget/ |
D | FloatingActionButtonEclairMr1.java | 66 mShapeDrawable = DrawableCompat.wrap(createShapeDrawable()); in setBackgroundDrawable() 67 DrawableCompat.setTintList(mShapeDrawable, backgroundTint); in setBackgroundDrawable() 69 DrawableCompat.setTintMode(mShapeDrawable, backgroundTintMode); in setBackgroundDrawable() 83 layers = new Drawable[] {mBorderDrawable, mShapeDrawable, mRippleDrawable}; in setBackgroundDrawable() 86 layers = new Drawable[] {mShapeDrawable, mRippleDrawable}; in setBackgroundDrawable() 103 if (mShapeDrawable != null) { in setBackgroundTintList() 104 DrawableCompat.setTintList(mShapeDrawable, tint); in setBackgroundTintList() 113 if (mShapeDrawable != null) { in setBackgroundTintMode() 114 DrawableCompat.setTintMode(mShapeDrawable, tintMode); in setBackgroundTintMode()
|
/frameworks/support/design/lollipop/android/support/design/widget/ |
D | FloatingActionButtonLollipop.java | 55 mShapeDrawable = DrawableCompat.wrap(createShapeDrawable()); in setBackgroundDrawable() 56 DrawableCompat.setTintList(mShapeDrawable, backgroundTint); in setBackgroundDrawable() 58 DrawableCompat.setTintMode(mShapeDrawable, backgroundTintMode); in setBackgroundDrawable() 64 rippleContent = new LayerDrawable(new Drawable[]{mBorderDrawable, mShapeDrawable}); in setBackgroundDrawable() 67 rippleContent = mShapeDrawable; in setBackgroundDrawable()
|
/frameworks/support/design/base/android/support/design/widget/ |
D | FloatingActionButtonImpl.java | 32 Drawable mShapeDrawable; field in FloatingActionButtonImpl
|