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

  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 245 if (ColorUtilsFromCompat.calculateContrast(fg, bg) >= minRatio) {
250 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab);
257 fg = ColorUtilsFromCompat.LABToColor(l, a, b);
259 bg = ColorUtilsFromCompat.LABToColor(l, a, b);
261 if (ColorUtilsFromCompat.calculateContrast(fg, bg) > minRatio) {
267 return ColorUtilsFromCompat.LABToColor(low, a, b);
296 ColorUtilsFromCompat.calculateContrast(colorOld, bg),
297 ColorUtilsFromCompat.calculateContrast(colorNew, bg));
351 final double[] result = ColorUtilsFromCompat.getTempDouble3Array();
352 ColorUtilsFromCompat.colorToLAB(baseColor, result)
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 1055 milliseconds