Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java388 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { in findContrastColor() method in ContrastColorUtil
501 : findContrastColor(color, bg, true, 3); in ensureLargeTextContrast()
526 : findContrastColor(color, bg, true, minRatio); in ensureContrast()
533 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor()
534 return findContrastColor(color, textColor, false, 4.5); in ensureTextBackgroundColor()
/frameworks/base/core/java/android/app/
DNotification.java7079 : ContrastColorUtil.findContrastColor(color, bg, true, 1.3); in ensureButtonFillContrast()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt84644 Lcom/android/internal/util/NotificationColorUtil;->findContrastColor(IIZD)I