Searched refs:colorToHSL (Results 1 – 12 of 12) sorted by relevance
/aosp14/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()
|
/aosp14/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 | 145 ColorUtils.colorToHSL(background, hsl); in needsInversion()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | VariationalKMeansQuantizer.java | 81 ColorUtils.colorToHSL(pixels[i], hsl); in quantize()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | IlluminationDrawable.kt | 167 ColorUtils.colorToHSL(backgroundColor, tmpHsl)
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WallpaperColors.java | 272 ColorUtils.colorToHSL(primaryColor.toArgb(), tmpHsl); in WallpaperColors() 571 ColorUtils.colorToHSL(pixelColor, tmpHsl); in calculateDarkHints()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 467 ColorUtilsFromCompat.colorToHSL(findFg ? fg : bg, hsl); in findContrastColorAgainstDark() 1114 public static void colorToHSL(@ColorInt int color, @NonNull float[] outHsl) { in colorToHSL() method in ContrastColorUtil.ColorUtilsFromCompat
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 269 public static void colorToHSL(@ColorInt int color, @NonNull float[] outHsl) { in colorToHSL() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconView.java | 814 ColorUtils.colorToHSL(mDrawableColor, hsl); in updateContrastedStaticColor()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 21649 HSPLcom/android/internal/graphics/ColorUtils;->colorToHSL(I[F)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 21713 HSPLcom/android/internal/graphics/ColorUtils;->colorToHSL(I[F)V
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 85247 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToHSL(I[F)V
|