Searched refs:mBorderDrawable (Results 1 – 4 of 4) sorted by relevance
82 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()
63 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint); in setBackgroundDrawable()64 rippleContent = new LayerDrawable(new Drawable[]{mBorderDrawable, mShapeDrawable}); in setBackgroundDrawable()66 mBorderDrawable = null; in setBackgroundDrawable()
145 if (mBorderDrawable != null) { in updateFromViewRotation()146 mBorderDrawable.setRotation(-rotation); in updateFromViewRotation()
34 CircularBorderDrawable mBorderDrawable; field in FloatingActionButtonImpl