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

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java308 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab);
517 ColorUtilsFromCompat.colorToLAB(baseColor, result);
585 ColorUtilsFromCompat.colorToLAB(color, result);
712 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { method in class:NotificationColorUtil.ColorUtilsFromCompat
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/
H A DColorUtilsTest.java273 ColorUtils.colorToLAB(color, result);
/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java353 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { method in class:ColorUtils
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DColorUtils.java377 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { method in class:ColorUtils

Completed in 168 milliseconds