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