summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorLucas Dupin <dupin@google.com>2022-01-10 15:21:07 -0800
committerLucas Dupin <dupin@google.com>2022-01-10 15:37:01 -0800
commit5cfcf44e13d548b633e71f76e989b0202c5e62da (patch)
treecd01ab1481dacefb3e7f1caf6adfc4405144c18c /core/java/android/inputmethodservice/InputMethodService.java
parentcd88027c3eb12baaefbee93b95f088d2611e18e4 (diff)
Only execute relayout after animation is over
After the keyguard dismissal animation is over, there will be an expensive frame where a relayout is needed. This relayout should only happen after processing the whole animation, otherwise there will be jank. In order to do so, we'll post onKeyguardExitFinished() and related methods to the next frame. Test: atest KeyguardViewMediator Test: perfetto trace Fixes: 210434695 Change-Id: Ic2387474e095189ed2e23b177c243247af2198bf
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions