Home
last modified time | relevance | path

Searched refs:findContrastColor (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DIconPalette.java112 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 DContrastColorUtil.java300 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 DNotification.java6318 : ContrastColorUtil.findContrastColor(color, bg, true, 1.3); in ensureButtonFillContrast()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt88610 Lcom/android/internal/util/NotificationColorUtil;->findContrastColor(IIZD)I