Searched refs:mCalculatedPrimaryForegroundColor (Results 1 – 1 of 1) sorted by relevance
84 private int mCalculatedPrimaryForegroundColor; field in CarNotificationBaseViewHolder199 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()