Searched refs:colorToLAB (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java250 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab);
352 ColorUtilsFromCompat.colorToLAB(baseColor, result);
443 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { method in class:NotificationColorUtil.ColorUtilsFromCompat
/frameworks/support/core-utils/tests/java/android/support/v4/graphics/
H A DColorUtilsTest.java216 ColorUtils.colorToLAB(color, result);
/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java309 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { method in class:ColorUtils

Completed in 98 milliseconds