Searched refs:mDefaultBackgroundColor (Results 1 – 2 of 2) sorted by relevance
76 private final int mDefaultBackgroundColor; field in CarNotificationBaseViewHolder129 mDefaultBackgroundColor = NotificationUtils.getAttrColor(mContext, in CarNotificationBaseViewHolder()158 mInnerView.setBackgroundColor(mDefaultBackgroundColor); in bind()270 return mBackgroundColor != mDefaultBackgroundColor; in hasCustomBackgroundColor()282 mBackgroundColor = mDefaultBackgroundColor; in reset()290 mCardView.setCardBackgroundColor(mDefaultBackgroundColor); in reset()
80 @ColorInt private final int mDefaultBackgroundColor; field in SmartReplyView110 mDefaultBackgroundColor = context.getColor(R.color.smart_reply_button_background); in SmartReplyView()118 mDefaultBackgroundColor); in SmartReplyView()141 setBackgroundTintColor(mDefaultBackgroundColor, false /* colorized */); in SmartReplyView()180 setBackgroundTintColor(mDefaultBackgroundColor, false /* colorized */); in resetSmartSuggestions()