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

  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 370 public static int findContrastColorAgainstDark(int color, int other, boolean findFg,
400 return findContrastColorAgainstDark(color, Color.BLACK, true /* fg */, 12);
411 ? findContrastColorAgainstDark(color, bg, true, 3)
436 ? findContrastColorAgainstDark(color, bg, true, minRatio)
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]

Completed in 167 milliseconds