Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
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()
522 return ColorUtilsFromCompat.LABToColor(result[0], result[1], result[2]); in changeColorLightness()
578 return ColorUtilsFromCompat.LABToColor(result[0], result[1], result[2]); in getShiftedColor()
913 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method in ContrastColorUtil.ColorUtilsFromCompat
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java543 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt99690 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->LABToColor(DDD)I