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

/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java62 CircularBorderDrawable mBorderDrawable; field in class:FloatingActionButtonImpl
130 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint);
131 layers = new Drawable[] {mBorderDrawable, mShapeDrawable, mRippleDrawable};
133 mBorderDrawable = null;
153 if (mBorderDrawable != null) {
154 mBorderDrawable.setBorderTint(tint);
527 if (mBorderDrawable != null) {
528 mBorderDrawable.setRotation(-mRotation);

Completed in 160 milliseconds