Searched refs:mRippleColor (Results 1 – 2 of 2) sorted by relevance
52 @Nullable private Integer mRippleColor; field in NotificationBackgroundView136 mRippleColor = null; in setCustomBackground()225 mRippleColor = color; in setRippleColor()227 mRippleColor = null; in setRippleColor()313 pw.println("mRippleColor: " + hexColorString(mRippleColor)); in dump()
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()