Home
last modified time | relevance | path

Searched refs:mDefaultBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBaseViewHolder.java76 private final int mDefaultBackgroundColor; field in CarNotificationBaseViewHolder
129 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java80 @ColorInt private final int mDefaultBackgroundColor; field in SmartReplyView
110 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()