Searched refs:ensureTextContrast (Results 1 – 3 of 3) sorted by relevance
421 public static int ensureTextContrast(int color, int bg, boolean isBgDarker) { in ensureTextContrast() method in ContrastColorUtil495 color = ContrastColorUtil.ensureTextContrast(color, backgroundColor, isDark); in resolveContrastColor()
831 int textColor = ContrastColorUtil.ensureTextContrast( in setBackgroundTintColor()
106309 Lcom/android/internal/util/NotificationColorUtil;->ensureTextContrast(IIZ)I