Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DProgressNotificationViewHolder.java41 private final int mCardBackgroundColor; field in ProgressNotificationViewHolder
51 mCardBackgroundColor = NotificationUtils.getAttrColor(view.getContext(), in ProgressNotificationViewHolder()
91 notification.color, mCardBackgroundColor); in bindBody()
DGroupSummaryNotificationViewHolder.java41 private final int mCardBackgroundColor; field in GroupSummaryNotificationViewHolder
55mCardBackgroundColor = NotificationUtils.getAttrColor(mContext, android.R.attr.colorPrimary); in GroupSummaryNotificationViewHolder()