Searched refs:rippleColor (Results 1 – 1 of 1) sorted by relevance
77 private final ColorStateList rippleColor; field in DialpadView106 rippleColor = a.getColorStateList(R.styleable.Dialpad_dialpad_key_button_touch_tint); in DialpadView()195 if (rippleColor != null) { in setupKeypad()196 rippleBackground.setColor(rippleColor); in setupKeypad()