Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java98 private int mCalculatedSecondaryForegroundColor; field in CarNotificationBaseViewHolder
247 bodyView.setSecondaryTextColor(mCalculatedSecondaryForegroundColor); in bindBody()
259 mCalculatedSecondaryForegroundColor = mDefaultSecondaryForegroundColor; in initializeColors()
279 mCalculatedSecondaryForegroundColor = NotificationUtils.resolveContrastColor( in initializeColors()