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

/frameworks/support/design/lollipop/android/support/design/widget/
H A DFloatingActionButtonLollipop.java40 private Drawable mBorderDrawable; field in class:FloatingActionButtonLollipop
65 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint);
66 rippleContent = new LayerDrawable(new Drawable[]{mBorderDrawable, mShapeDrawable});
68 mBorderDrawable = null;
82 if (mBorderDrawable != null) {
83 DrawableCompat.setTintList(mBorderDrawable, tint);
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java36 private Drawable mBorderDrawable; field in class:FloatingActionButtonEclairMr1
93 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint);
94 layers = new Drawable[] {mBorderDrawable, mShapeDrawable, mRippleDrawable};
96 mBorderDrawable = null;
116 if (mBorderDrawable != null) {
117 DrawableCompat.setTintList(mBorderDrawable, tint);

Completed in 84 milliseconds