Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBaseViewHolder.java82 private final int mDefaultSecondaryForegroundColor; field in CarNotificationBaseViewHolder
134 mDefaultSecondaryForegroundColor = mContext.getColor(R.color.secondary_text_color); in CarNotificationBaseViewHolder()
226 mCalculatedSecondaryForegroundColor = mDefaultSecondaryForegroundColor; in initializeColors()
232 mDefaultSecondaryForegroundColor, mBackgroundColor); in initializeColors()