wallpaper: Fix bug with blur reseting when rotating in overview.
Do not repaint to 1.f opacity if the blur is already 0. Also fix a bug with the cross fading animation being darker in the middle than the end. This is caused by the how the layers with different opacities stacked ontop of each other work. With both tweens linear the combined opacity near the gets to like .2. Changed to use tweens where the combined opacity stays close to .9 ish. Bug: 1009971, 1016267 Test: manual Change-Id: I9cb00afa869a8b83369ae871862700a2df864ead Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898147Reviewed-by:Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#712903}
Showing
Please register or sign in to comment