Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java96 private int mCalculatedPrimaryForegroundColor; field in CarNotificationBaseViewHolder
232 headerView.setHeaderTextColor(mCalculatedPrimaryForegroundColor); in bindHeader()
246 bodyView.setPrimaryTextColor(mCalculatedPrimaryForegroundColor); in bindBody()
248 bodyView.setTimeTextColor(mCalculatedPrimaryForegroundColor); in bindBody()
258 mCalculatedPrimaryForegroundColor = mDefaultPrimaryForegroundColor; in initializeColors()
277 mCalculatedPrimaryForegroundColor = NotificationUtils.resolveContrastColor( in initializeColors()
283 hasCustomBackgroundColor() ? mCalculatedPrimaryForegroundColor : getAccentColor(); in initializeColors()