commit | ee98cd4bdf739c2f93f7cf0a20764acb2a837b0c | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Thu Oct 03 23:16:29 2024 +0000 |
committer | Tony Wickham <twickham@google.com> | Mon Oct 07 16:45:19 2024 +0000 |
tree | 2cd1f9bb01e436565b8270f77f23d2a7f87efd09 | |
parent | 6f231f694d6c60ac2baac60073f5c23e1cb6b3d8 [diff] |
Don't invalidate swipe handler until parallel anim finishes - When invalidateHandler() is called, it calls endRunningWindowAnim() which includes mParallelRunningAnim. This causes a jump if mParallelRunningAnim was not already finished, so we now wait to invalidate the handler after mParallelRunningAnim ends. Flag: EXEMPT bugfix Test: AbsSwipeUpHandlerTestCase (added two tests for this) Fixes: 370208192 Change-Id: I37ed281a993b1d2fa3634754378314511f3295f0