Home
last modified time | relevance | path

Searched refs:colorToLAB (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DIconPalette.java131 ColorUtils.colorToLAB(bg, lab); in findContrastColor()
133 ColorUtils.colorToLAB(fg, lab); in findContrastColor()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java308 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab); in findContrastColor()
521 ColorUtilsFromCompat.colorToLAB(baseColor, result); in changeColorLightness()
573 ColorUtilsFromCompat.colorToLAB(color, result); in getShiftedColor()
727 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in ContrastColorUtil.ColorUtilsFromCompat
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationUtils.java204 ColorUtils.colorToLAB(foregroundColor, lab); in findContrastColorAgainstLightBackground()
/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java384 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt88571 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToLAB(I[D)V