Searched refs:mRippleColor (Results 1 – 1 of 1) sorted by relevance
114 private final int mRippleColor; field in SmartReplyView134 mRippleColor = mContext.getColor(R.color.notification_ripple_untinted_color); in SmartReplyView()135 mRippleColorDarkBg = Color.argb(Color.alpha(mRippleColor), in SmartReplyView()327 smartReplyView.mRippleColor, smartReplyView.mStrokeWidth); in inflateReplyButton()841 int rippleColor = dark ? mRippleColorDarkBg : mRippleColor; in setBackgroundTintColor()