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

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java72 private ColorStateList mRippleColor; field in class:DialpadView
101 mRippleColor = a.getColorStateList(R.styleable.Dialpad_dialpad_key_button_touch_tint);
194 if (mRippleColor != null) {
195 rippleBackground.setColor(mRippleColor);

Completed in 52 milliseconds