Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DIconPalette.java141 fg = ColorUtils.LABToColor(l, a, b); in findContrastColor()
148 return ColorUtils.LABToColor(low, a, b); in findContrastColor()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationUtils.java212 foregroundColor = ColorUtils.LABToColor(l, a, b); in findContrastColorAgainstLightBackground()
219 return ColorUtils.LABToColor(low, a, b); in findContrastColorAgainstLightBackground()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java315 fg = ColorUtilsFromCompat.LABToColor(l, a, b); in findContrastColor()
317 bg = ColorUtilsFromCompat.LABToColor(l, a, b); in findContrastColor()
325 return ColorUtilsFromCompat.LABToColor(low, a, b); in findContrastColor()
523 return ColorUtilsFromCompat.LABToColor(result[0], result[1], result[2]); in changeColorLightness()
579 return ColorUtilsFromCompat.LABToColor(result[0], result[1], result[2]); in getShiftedColor()
917 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method in ContrastColorUtil.ColorUtilsFromCompat
/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java574 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt88580 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->LABToColor(DDD)I