Home
last modified time | relevance | path

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

/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java57 private final boolean mUseCustomColorForWarningNotification; field in CarNotificationBaseViewHolder
163 mUseCustomColorForWarningNotification = mContext.getResources().getBoolean( in CarNotificationBaseViewHolder()
216 || mUseCustomColorForWarningNotification) && !isInGroup) { in bindCardView()
268 if (mUseCustomColorForWarningNotification && isWarningCategory) { in initializeColors()
298 boolean isWarningCategory = mUseCustomColorForWarningNotification in canChangeCardBackgroundColor()