Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBaseViewHolder.java84 private int mCalculatedPrimaryForegroundColor; field in CarNotificationBaseViewHolder
199 headerView.setHeaderTextColor(mCalculatedPrimaryForegroundColor); in bindHeader()
213 bodyView.setPrimaryTextColor(mCalculatedPrimaryForegroundColor); in bindBody()
215 bodyView.setTimeTextColor(mCalculatedPrimaryForegroundColor); in bindBody()
225 mCalculatedPrimaryForegroundColor = mDefaultPrimaryForegroundColor; in initializeColors()
229 mCalculatedPrimaryForegroundColor = NotificationUtils.resolveContrastColor( in initializeColors()
235 hasCustomBackgroundColor() ? mCalculatedPrimaryForegroundColor : getAccentColor(); in initializeColors()