Searched refs:mRippleColor (Results 1 – 1 of 1) sorted by relevance
80 @ColorInt private final int mRippleColor; field in SmartReplyView102 mRippleColor = mContext.getColor(R.color.notification_ripple_untinted_color); in SmartReplyView()103 mRippleColorDarkBg = Color.argb(Color.alpha(mRippleColor), in SmartReplyView()638 mCurrentRippleColor = dark ? mRippleColorDarkBg : mRippleColor; in setBackgroundTintColor()