Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBaseViewHolder.java94 private boolean mHasColor; field in CarNotificationBaseViewHolder
183 if (canChangeCardBackgroundColor() && mHasColor && mIsColorized && !isInGroup) { in bindCardView()
222 mHasColor = notification.color != Notification.COLOR_DEFAULT; in initializeColors()
227 if (canChangeCardBackgroundColor() && mHasColor && mIsColorized && !isInGroup) { in initializeColors()