Searched refs:rippleColor (Results 1 – 3 of 3) sorted by relevance
51 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth) { in setBackgroundDrawable() argument68 mRippleDrawable = new RippleDrawable(ColorStateList.valueOf(rippleColor), in setBackgroundDrawable()77 void setRippleColor(int rippleColor) { in setRippleColor() argument79 ((RippleDrawable) mRippleDrawable).setColor(ColorStateList.valueOf(rippleColor)); in setRippleColor()81 super.setRippleColor(rippleColor); in setRippleColor()
111 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth) { in setBackgroundDrawable() argument126 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setBackgroundDrawable()165 void setRippleColor(int rippleColor) { in setRippleColor() argument167 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setRippleColor()
524 int rippleColor = getRippleColor(); in updateBackgroundTint() local525 mBackgroundDimmed.setRippleColor(rippleColor); in updateBackgroundTint()526 mBackgroundNormal.setRippleColor(rippleColor); in updateBackgroundTint()