Searched refs:findContrastColor (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 406 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { in findContrastColor() method in ContrastColorUtil 519 : findContrastColor(color, bg, true, 3); in ensureLargeTextContrast() 544 : findContrastColor(color, bg, true, minRatio); in ensureContrast() 551 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor() 552 return findContrastColor(color, textColor, false, 4.5); in ensureTextBackgroundColor()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 7390 : ContrastColorUtil.findContrastColor(color, bg, true, contrastRatio); in ensureColorContrast()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 84644 Lcom/android/internal/util/NotificationColorUtil;->findContrastColor(IIZD)I
|