Home
last modified time | relevance | path

Searched refs:mRippleColor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadView.java72 private ColorStateList mRippleColor; field in DialpadView
101 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()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java79 private ColorStateList mRippleColor; field in DialpadView
98 mRippleColor = a.getColorStateList(R.styleable.Dialpad_dialpad_key_button_touch_tint); in DialpadView()
192 if (mRippleColor != null) { in setupKeypad()
193 rippleBackground.setColor(mRippleColor); in setupKeypad()