Searched refs:mRippleColor (Results 1 – 2 of 2) sorted by relevance
54 @Nullable private Integer mRippleColor; field in NotificationBackgroundView160 mRippleColor = null; in setCustomBackground()252 mRippleColor = color; in setRippleColor()254 mRippleColor = null; in setRippleColor()353 pw.println("mRippleColor: " + hexColorString(mRippleColor)); in dump()361 + " rippleColor=" + hexColorString(mRippleColor) in toDumpString()
85 @ColorInt private final int mRippleColor; field in SmartReplyView114 mRippleColor = mContext.getColor(R.color.notification_ripple_untinted_color); in SmartReplyView()115 mRippleColorDarkBg = Color.argb(Color.alpha(mRippleColor), in SmartReplyView()736 mCurrentRippleColor = dark ? mRippleColorDarkBg : mRippleColor; in setBackgroundTintColor()