Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java73 private boolean mIsColorized; field in CarNotificationBaseViewHolder
144 if (canChangeCardBackgroundColor() && mHasColor && mIsColorized && !isInGroup) { in bindCardView()
184 mIsColorized = notification.extras.getBoolean(Notification.EXTRA_COLORIZED, false); in initializeColors()
188 if (canChangeCardBackgroundColor() && mHasColor && mIsColorized && !isInGroup) { in initializeColors()