Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java308 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab); in findContrastColor()
517 ColorUtilsFromCompat.colorToLAB(baseColor, result); in changeColorLightness()
585 ColorUtilsFromCompat.colorToLAB(color, result); in getShiftedColor()
712 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in NotificationColorUtil.ColorUtilsFromCompat
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/
DColorUtilsTest.java273 ColorUtils.colorToLAB(color, result); in verifyColorToLAB()
/frameworks/support/compat/src/main/java/androidx/core/graphics/
DColorUtils.java377 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in ColorUtils
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java353 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method
/frameworks/support/legacy/core-utils/api_legacy/
D26.0.0.txt212 method public static void colorToLAB(int, double[]);
D27.0.0.txt212 method public static void colorToLAB(int, double[]);
D26.1.0.txt212 method public static void colorToLAB(int, double[]);
D27.1.0.txt212 method public static void colorToLAB(int, double[]);
/frameworks/support/compat/api_legacy/
Dcurrent.txt925 method public static void colorToLAB(int, double[]);
D28.0.0-alpha1.txt923 method public static void colorToLAB(int, double[]);
/frameworks/support/compat/api/
Dcurrent.txt935 method public static void colorToLAB(int, double[]);
/frameworks/support/api/
D25.1.0.txt5260 method public static void colorToLAB(int, double[]);
D25.2.0.txt5260 method public static void colorToLAB(int, double[]);
D25.0.0.txt4878 method public static void colorToLAB(int, double[]);
D24.2.0.txt4822 method public static void colorToLAB(int, double[]);
D23.2.1.txt4165 method public static void colorToLAB(int, double[]);
D25.3.0.txt5641 method public static void colorToLAB(int, double[]);
D23.4.0.txt4177 method public static void colorToLAB(int, double[]);
D23.2.0.txt4165 method public static void colorToLAB(int, double[]);
D25.4.0.txt5693 method public static void colorToLAB(int, double[]);
D26.0.0-alpha1.txt6114 method public static void colorToLAB(int, double[]);
D26.0.0-beta2.txt7095 method public static void colorToLAB(int, double[]);
D24.0.0.txt4660 method public static void colorToLAB(int, double[]);
D24.1.0.txt4662 method public static void colorToLAB(int, double[]);
D26.0.0-beta1.txt6980 method public static void colorToLAB(int, double[]);

12