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

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java300 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { method in class:NotificationColorUtil
412 : findContrastColor(color, bg, true, 3);
424 : findContrastColor(color, bg, true, 4.5);
431 color = findContrastColor(color, hintColor, false, 3.0);
432 return findContrastColor(color, textColor, false, 4.5);

Completed in 393 milliseconds