Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java388 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { in findContrastColor()
424 public static int findAlphaToMeetContrast(int color, int backgroundColor, double minRatio) { in findAlphaToMeetContrast()
459 double minRatio) { in findContrastColorAgainstDark()
523 public static int ensureContrast(int color, int bg, boolean isBgDarker, double minRatio) { in ensureContrast()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java2338 final float minRatio = in WorkTypeConfig() local
2448 final float minRatio = Math.min(1, in getMinValue() local