Searched refs:mDefaultPrimaryForegroundColor (Results 1 – 2 of 2) sorted by relevance
58 private final int mDefaultPrimaryForegroundColor; field in CarNotificationBaseViewHolder96 mDefaultPrimaryForegroundColor = mContext.getColor(R.color.primary_text_color); in CarNotificationBaseViewHolder()186 mCalculatedPrimaryForegroundColor = mDefaultPrimaryForegroundColor; in initializeColors()191 mDefaultPrimaryForegroundColor, mBackgroundColor); in initializeColors()
45 private final int mDefaultPrimaryForegroundColor; field in MessageNotificationViewHolder61 mDefaultPrimaryForegroundColor = mContext.getColor(R.color.primary_text_color); in MessageNotificationViewHolder()213 mUnshownCountView.setTextColor(mDefaultPrimaryForegroundColor); in reset()