Searched refs:resolveContrastColor (Results 1 – 6 of 6) sorted by relevance
224 mCalculatedPrimaryForegroundColor = NotificationUtils.resolveContrastColor( in initializeColors()226 mCalculatedSecondaryForegroundColor = NotificationUtils.resolveContrastColor( in initializeColors()
90 int calculatedColor = NotificationUtils.resolveContrastColor( in bindBody()
68 public static int resolveContrastColor(Context context, int color, int background) { in resolveContrastColor() method in IconPalette
124 mIconColor = IconPalette.resolveContrastColor(context, mIconColor, background); in getIconForBackground()
147 public static int resolveContrastColor( in resolveContrastColor() method in NotificationUtils
152 color = ContrastColorUtil.resolveContrastColor( in loadBackground()