Home
last modified time | relevance | path

Searched defs:minRatio (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java300 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { in findContrastColor()
336 public static int findAlphaToMeetContrast(int color, int backgroundColor, double minRatio) { in findAlphaToMeetContrast()
371 double minRatio) { in findContrastColorAgainstDark()
434 public static int ensureContrast(int color, int bg, boolean isBgDarker, double minRatio) { in ensureContrast()