Searched refs:rippleColor (Results 1 – 4 of 4) sorted by relevance
55 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth) { in setBackgroundDrawable() argument72 mRippleDrawable = new RippleDrawable(ColorStateList.valueOf(rippleColor), in setBackgroundDrawable()93 void setRippleColor(int rippleColor) { in setRippleColor() argument94 mRippleDrawable.setColor(ColorStateList.valueOf(rippleColor)); in setRippleColor()
68 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth) { in setBackgroundDrawable() argument88 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setBackgroundDrawable()127 void setRippleColor(int rippleColor) { in setRippleColor() argument128 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setRippleColor()
45 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth); in setBackgroundDrawable() argument51 abstract void setRippleColor(int rippleColor); in setRippleColor() argument
379 int rippleColor = getRippleColor(); in updateBackgroundTint() local386 mBackgroundDimmed.setRippleColor(rippleColor); in updateBackgroundTint()387 mBackgroundNormal.setRippleColor(rippleColor); in updateBackgroundTint()