summaryrefslogtreecommitdiff
path: root/libs/hwui/FrameInfoVisualizer.cpp
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2023-07-20 15:14:36 -0700
committer Aaron Liu <aaronjli@google.com> 2023-07-20 15:16:52 -0700
commitdc072507d0f52deb7e23ca5618816dbf18952204 (patch)
treeb8ace6fd192e61308b2238bd4b103ada52d9647b /libs/hwui/FrameInfoVisualizer.cpp
parenta7311a2509f7fb0b66810e974395ea31090d08bb (diff)
Fix user switcher flicker.
User switcher flickers when bouncer shows scrimmed. This is because when the bouncer hides, the alpha of the view is considered to be 1f. When we are showing the bouncer, we are asynchronously inflating the view and waiting for this operation to complete to start the appear animation. In order to fix this, we reset the view before making this async call to ensure that the view alpha is 0f. It will be set to 1f in #appear. Fixes: 290355544 Test: test pattern, pin, password back button and success. Change-Id: I1680d66336b5b6d5d1065c85ac4b09ca56e12d7a
Diffstat (limited to 'libs/hwui/FrameInfoVisualizer.cpp')
0 files changed, 0 insertions, 0 deletions