Searched refs:colorToHSL (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/colorextraction/types/ |
H A D | Tonal.java | 177 ColorUtils.colorToHSL(mainColor, mTmpHSL); in runTonalExtraction() 179 ColorUtils.colorToHSL(MAIN_COLOR_LIGHT, mTmpHSL); in runTonalExtraction() 184 ColorUtils.colorToHSL(MAIN_COLOR_DARK, mTmpHSL); in runTonalExtraction() 269 ColorUtils.colorToHSL(color, hsl); in applyFallback()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationCustomViewWrapper.java | 59 ColorUtils.colorToHSL(mBackgroundColor, hsl); in onContentUpdated()
|
H A D | NotificationViewWrapper.java | 147 ColorUtils.colorToHSL(background, hsl); in needsInversion()
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | VariationalKMeansQuantizer.java | 81 ColorUtils.colorToHSL(pixels[i], hsl); in quantize()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | IlluminationDrawable.kt | 164 ColorUtils.colorToHSL(backgroundColor, tmpHsl)
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationUtils.java | 239 ColorUtils.colorToHSL(foregroundColor, hsl); in findContrastColorAgainstDarkBackground()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | WallpaperColors.java | 238 ColorUtils.colorToHSL(primaryColor.toArgb(), tmpHsl); in WallpaperColors() 528 ColorUtils.colorToHSL(pixels[i], tmpHsl); in calculateDarkHints()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 379 ColorUtilsFromCompat.colorToHSL(findFg ? fg : bg, hsl); in findContrastColorAgainstDark() 1026 public static void colorToHSL(@ColorInt int color, @NonNull float[] outHsl) { in colorToHSL() method in ContrastColorUtil.ColorUtilsFromCompat
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 266 public static void colorToHSL(@ColorInt int color, @NonNull float[] outHsl) { in colorToHSL() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconView.java | 741 ColorUtils.colorToHSL(mDrawableColor, hsl); in updateContrastedStaticColor()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 21503 HSPLcom/android/internal/graphics/ColorUtils;->colorToHSL(I[F)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 21550 HSPLcom/android/internal/graphics/ColorUtils;->colorToHSL(I[F)V
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 88570 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToHSL(I[F)V
|