Searched refs:resolveContrastColor (Results 1 – 6 of 6) sorted by relevance
230 mCalculatedPrimaryForegroundColor = NotificationUtils.resolveContrastColor( in initializeColors()232 mCalculatedSecondaryForegroundColor = NotificationUtils.resolveContrastColor( in initializeColors()
92 int calculatedColor = NotificationUtils.resolveContrastColor( in bindBody()
66 public static int resolveContrastColor(Context context, int color, int background) { in resolveContrastColor() method in IconPalette
130 mIconColor = IconPalette.resolveContrastColor(context, mIconColor, background); in getIconForBackground()
147 public static int resolveContrastColor( in resolveContrastColor() method in NotificationUtils
151 color = ContrastColorUtil.resolveContrastColor( in loadBackground()