Searched defs:rippleColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java584 int rippleColor = dark ? mRippleColorDarkBg : mRippleColor;
589 setColors(child, backgroundColor, strokeColor, textColor, rippleColor);
594 int rippleColor) {
600 ripple.setColor(ColorStateList.valueOf(rippleColor));
593 setColors(Button button, int backgroundColor, int strokeColor, int textColor, int rippleColor) argument

Completed in 157 milliseconds