diff options
author | Nick Chameyev <nickchameyev@google.com> | 2021-11-24 16:38:17 +0000 |
---|---|---|
committer | Nick Chameyev <nickchameyev@google.com> | 2021-11-25 11:23:19 +0000 |
commit | d56285edbe61e70c6305f6f8ceeac92c7379f44c (patch) | |
tree | 35251feb4b4d08ae2b750d2c34b2084b61817281 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | f322436d6ab31342d311c65b7bfd5557e5b249fc (diff) |
Fix narrow statusbar when folding
Do not re-create UnfoldMoveFromCenterAnimator
when attaching/detaching status bar view.
UnfoldMoveFromCenterAnimator contains
last transition progress state which is 0f
by default. When transition finishes last state
should be 1f but because animator was re-created
it was reset to 0f which caused applying translations
to the status bar items.
Fixes: 204970935
Test: atest com.android.systemui.statusbar.phone.StatusBarMoveFromCenterAnimationControllerTest
Test: unfold, fold, rotate to landscape =>
statusbar displayed correctly
Change-Id: Id8f6de4c1b6a2fde1ad9f2a0b0b7492aa4e4b2bf
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions