Searched defs:findContrastColorAgainstDark (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java370 public static int findContrastColorAgainstDark(int color, int other, boolean findFg, method in class:NotificationColorUtil
400 return findContrastColorAgainstDark(color, Color.BLACK, true /* fg */, 12);
411 ? findContrastColorAgainstDark(color, bg, true, 3)
423 ? findContrastColorAgainstDark(color, bg, true, 4.5)

Completed in 51 milliseconds