Searched refs:findContrastColor (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | IconPalette.java | 112 return findContrastColor(color, bg, 4.5); in ensureTextContrast() 125 private static int findContrastColor(int fg, int bg, double minRatio) { in findContrastColor() method in IconPalette
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 300 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { in findContrastColor() method in ContrastColorUtil 413 : findContrastColor(color, bg, true, 3); in ensureLargeTextContrast() 438 : findContrastColor(color, bg, true, minRatio); in ensureContrast() 445 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor() 446 return findContrastColor(color, textColor, false, 4.5); in ensureTextBackgroundColor()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 6318 : ContrastColorUtil.findContrastColor(color, bg, true, 1.3); in ensureButtonFillContrast()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 88610 Lcom/android/internal/util/NotificationColorUtil;->findContrastColor(IIZD)I
|