Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java58 private final int mDefaultPrimaryForegroundColor; field in CarNotificationBaseViewHolder
96 mDefaultPrimaryForegroundColor = mContext.getColor(R.color.primary_text_color); in CarNotificationBaseViewHolder()
186 mCalculatedPrimaryForegroundColor = mDefaultPrimaryForegroundColor; in initializeColors()
191 mDefaultPrimaryForegroundColor, mBackgroundColor); in initializeColors()
DMessageNotificationViewHolder.java43 private final int mDefaultPrimaryForegroundColor; field in MessageNotificationViewHolder
59 mDefaultPrimaryForegroundColor = mContext.getColor(R.color.primary_text_color); in MessageNotificationViewHolder()
207 mUnshownCountView.setTextColor(mDefaultPrimaryForegroundColor); in reset()