diff options
author | 2022-01-05 16:26:17 -0800 | |
---|---|---|
committer | 2022-01-06 23:08:32 +0000 | |
commit | 1b068c44b3cc42c7b74d10cb52e0fe5128337746 (patch) | |
tree | 7e98b59c644fd106de27557e7c91f6f12feb9715 /packages/Shell/src | |
parent | 34d9f068d1f716e5fe69d713fab3b4b5b7ac8c33 (diff) |
SurfaceView: Synchronize visibility changes with VRI frame
There is a flicker in wallpaper picker due to a recent change where
SurfaceView creation changes were synchronized with VRI frame. This
breaks wallpaper picker because wallpaper picker doesn't actually
draw into the SV surface, instead they attach a surface package.
The current implementation meant the SurfacePackage would be visible
before it was scaled correctly.
This fix applies the visibility changes along with the scaling changes.
Test: steps in b/211945947
Fixes: 211945947
Change-Id: I4e5107ac2caf634429e1bec3201fdcaa8f5f92bc
(cherry picked from commit 230677e7b3b8ae27e337eefbabcbedda2d5ffcfd)
Diffstat (limited to 'packages/Shell/src')
0 files changed, 0 insertions, 0 deletions