Loading packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/utils/AiColorUtils.kt +1 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ object AiColorUtils { if (chroma <= 3) { return color } return ColorUtils.M3HCTToColor(outColor[0], 120f, outColor[2]) return ColorUtils.M3HCTToColor(outColor[0], 70f, outColor[2]) } } packages/SystemUI/src/com/android/systemui/statusbar/notification/row/AnimatedActionBackgroundDrawable.kt +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ class BaseBackgroundDrawable( return if (chroma < 5) { color } else { ColorUtils.M3HCTToColor(hctColor[0], 120f, hctColor[2]) ColorUtils.M3HCTToColor(hctColor[0], 70f, hctColor[2]) } } } Loading
packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/utils/AiColorUtils.kt +1 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ object AiColorUtils { if (chroma <= 3) { return color } return ColorUtils.M3HCTToColor(outColor[0], 120f, outColor[2]) return ColorUtils.M3HCTToColor(outColor[0], 70f, outColor[2]) } }
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/AnimatedActionBackgroundDrawable.kt +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ class BaseBackgroundDrawable( return if (chroma < 5) { color } else { ColorUtils.M3HCTToColor(hctColor[0], 120f, hctColor[2]) ColorUtils.M3HCTToColor(hctColor[0], 70f, hctColor[2]) } } }