-
- Downloads
Add sparkle noise type in the TurbulenceNoiseShader.
- Pulled out the color turbulence & sparkle as functions. - Removed background color uniform and combined with in_src, which does the same thing. - Added screen color that is used for the new shader type. - Updated the tests with the animator rule. - Marked Flag as NA since this specific change is not guarded with the refactor flag. Bug: 282007590 Test: LoadingEffectTest Test: TurbulenceNoiseShaderTest Test: UMO, Wallpaper picker, and AI wallpaper. Ensure they look the same. Flag: NA Change-Id: I98156cb3b4473479a0e132cd09b6cff20c28d502
Showing
- packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffect.kt 9 additions, 1 deletion...id/systemui/surfaceeffects/loadingeffect/LoadingEffect.kt
- packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseAnimationConfig.kt 3 additions, 3 deletions...effects/turbulencenoise/TurbulenceNoiseAnimationConfig.kt
- packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseShader.kt 110 additions, 25 deletions...i/surfaceeffects/turbulencenoise/TurbulenceNoiseShader.kt
- packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaControlPanel.java 1 addition, 1 deletion...temui/media/controls/ui/controller/MediaControlPanel.java
- packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/loadingeffect/LoadingEffectTest.kt 40 additions, 50 deletions...ystemui/surfaceeffects/loadingeffect/LoadingEffectTest.kt
- packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/TurbulenceNoiseShaderTest.kt 6 additions, 0 deletions...rfaceeffects/turbulencenoise/TurbulenceNoiseShaderTest.kt
Loading
Please register or sign in to comment