Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java80 private final int mCustomInformationBackgroundColor; field in CarNotificationBaseViewHolder
147 mCustomInformationBackgroundColor = mContext.getColor(R.color.information_background_color); in CarNotificationBaseViewHolder()
273 mBackgroundColor = mCustomInformationBackgroundColor; in initializeColors()