Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java58 private final boolean mUseCustomColorForInformationNotification; field in CarNotificationBaseViewHolder
165 mUseCustomColorForInformationNotification = mContext.getResources().getBoolean( in CarNotificationBaseViewHolder()
215 || mUseCustomColorForInformationNotification in bindCardView()
272 } else if (mUseCustomColorForInformationNotification && isInformationCategory) { in initializeColors()
300 boolean isInformationCategory = mUseCustomColorForInformationNotification in canChangeCardBackgroundColor()