Home
last modified time | relevance | path

Searched defs:outLab (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/graphics/
DColorUtils.java309 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()
310 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local
329 @NonNull double[] outLab) { in RGBToLAB()
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java353 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()
354 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local
373 @NonNull double[] outLab) { in RGBToLAB()
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java700 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()
701 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local
720 @NonNull double[] outLab) { in RGBToLAB()