Searched refs:mRippleColor (Results 1 – 1 of 1) sorted by relevance
113 private final int mRippleColor; field in SmartReplyView133 mRippleColor = mContext.getColor(R.color.notification_ripple_untinted_color); in SmartReplyView()134 mRippleColorDarkBg = Color.argb(Color.alpha(mRippleColor), in SmartReplyView()324 smartReplyView.mRippleColor, smartReplyView.mStrokeWidth); in inflateReplyButton()836 int rippleColor = dark ? mRippleColorDarkBg : mRippleColor; in setBackgroundTintColor()