Searched refs:mRippleDrawable (Results 1 – 3 of 3) sorted by relevance
70 mRippleDrawable = new RippleDrawable(ColorStateList.valueOf(rippleColor), in setBackgroundDrawable()73 mContentBackground = mRippleDrawable; in setBackgroundDrawable()75 mShadowViewDelegate.setBackgroundDrawable(mRippleDrawable); in setBackgroundDrawable()80 if (mRippleDrawable instanceof RippleDrawable) { in setRippleColor()81 ((RippleDrawable) mRippleDrawable).setColor(ColorStateList.valueOf(rippleColor)); in setRippleColor()126 mInsetDrawable = new InsetDrawable(mRippleDrawable, in onPaddingUpdated()130 mShadowViewDelegate.setBackgroundDrawable(mRippleDrawable); in onPaddingUpdated()
77 mRippleDrawable = DrawableCompat.wrap(touchFeedbackShape); in setBackgroundDrawable()78 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setBackgroundDrawable()83 layers = new Drawable[] {mBorderDrawable, mShapeDrawable, mRippleDrawable}; in setBackgroundDrawable()86 layers = new Drawable[] {mShapeDrawable, mRippleDrawable}; in setBackgroundDrawable()120 if (mRippleDrawable != null) { in setRippleColor()121 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setRippleColor()
33 Drawable mRippleDrawable; field in FloatingActionButtonImpl