Searched refs:LABToColor (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | IconPalette.java | 141 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 D | NotificationUtils.java | 212 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 D | ContrastColorUtil.java | 315 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 D | ColorUtils.java | 574 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 88580 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->LABToColor(DDD)I
|