HomeSort by relevance Sort by last modified time
    Searched defs:findContrastColor (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconPalette.java 109 return findContrastColor(color, bg, 4.5);
122 private static int findContrastColor(int fg, int bg, double minRatio) {
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 300 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) {
412 : findContrastColor(color, bg, true, 3);
437 : findContrastColor(color, bg, true, minRatio);
444 color = findContrastColor(color, hintColor, false, 3.0);
445 return findContrastColor(color, textColor, false, 4.5);
    [all...]

Completed in 70 milliseconds