summaryrefslogtreecommitdiff
path: root/libs/androidfw/ResourceTimer.cpp
diff options
context:
space:
mode:
author Michal Brzezinski <brzezinski@google.com> 2022-09-19 19:01:39 +0100
committer Michal Brzezinski <brzezinski@google.com> 2022-09-19 19:10:40 +0100
commite86ce8f2cd55fca9bb9395057d179705a3be8f85 (patch)
tree91619ed72193bbee93f286f2a75d2b31dc86878b /libs/androidfw/ResourceTimer.cpp
parent0b180ddbed4d5fa79f6f76d1863bb9eebf00bf54 (diff)
Fixing QS appearing when going from AOD to unlocked in split shade
Bug was caused by steadily decreasing height of panel instead of snapping it to 0 immediately. While transitioning from AOD to UNLOCKED, we’re using collapsePanel with animation call which creates height animator. That animator is progressing through shade collapse from fraction of 1 through 0.9, 0. 8 etc making the whole shade visible for some time. We need to immediately collapse shade in that case instead of animating the transition, which is done automatically when changing states. This animation was triggered from resetViews() when going out of doze and resetting views doesn’t seem to be necessary as shade is already getting collapsed when going into doze. Bug: 244777135 Test: go to AOD in split shade, unlock with fingerprint without showing keyguard first, QS are not flashing for a moment Change-Id: Ice020b5d40148026709a78b22af9de4dbc203984
Diffstat (limited to 'libs/androidfw/ResourceTimer.cpp')
0 files changed, 0 insertions, 0 deletions