Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java86 private final int mCustomWarningBackgroundColor; field in CarNotificationBaseViewHolder
151 mCustomWarningBackgroundColor = mContext.getColor(R.color.warning_background_color); in CarNotificationBaseViewHolder()
269 mBackgroundColor = mCustomWarningBackgroundColor; in initializeColors()