Searched refs:colorToLAB (Results 1 – 4 of 4) sorted by relevance
396 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab); in findContrastColor()609 ColorUtilsFromCompat.colorToLAB(baseColor, result); in changeColorLightness()661 ColorUtilsFromCompat.colorToLAB(color, result); in getShiftedColor()815 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in ContrastColorUtil.ColorUtilsFromCompat
387 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method
673 ColorUtils.colorToLAB(color, lab); in isHighContrastTextDark()
84605 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToLAB(I[D)V