Searched refs:RGBToLAB (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java354 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab);
371 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, method in class:ColorUtils
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DColorUtils.java378 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab);
395 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, method in class:ColorUtils
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java713 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab);
730 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, method in class:NotificationColorUtil.ColorUtilsFromCompat
/frameworks/base/config/
H A Dboot-image-profile.txt10198 HPLcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->RGBToLAB(III[D)V
[all...]

Completed in 713 milliseconds