Searched refs:mRippleColor (Results 1 – 2 of 2) sorted by relevance
42 private final ColorStateList mRippleColor; field in WidgetsListDrawableFactory49 mRippleColor = ColorStateList.valueOf( in WidgetsListDrawableFactory()77 return new RippleDrawable(mRippleColor, /* content= */ stateList, /* mask= */ stateList); in createHeaderBackgroundDrawable()92 return new RippleDrawable(mRippleColor, /* content= */ stateList, /* mask= */ stateList); in createContentBackgroundDrawable()
72 private ColorStateList mRippleColor; field in DialpadView101 mRippleColor = a.getColorStateList(R.styleable.Dialpad_dialpad_key_button_touch_tint); in DialpadView()194 if (mRippleColor != null) { in setupKeypad()195 rippleBackground.setColor(mRippleColor); in setupKeypad()