Home
last modified time | relevance | path

Searched refs:mRippleColor (Results 1 – 1 of 1) 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()