Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListDrawableFactory.java42 private final ColorStateList mRippleColor; field in WidgetsListDrawableFactory
49 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()
/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()