commit | 045814a2c609f801938e54bb607a01b4a8406c25 | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Thu Oct 03 23:16:29 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Oct 08 22:55:35 2024 +0000 |
tree | 81e5428aaba78194f699d0e5b4355ed58d91caf1 | |
parent | 2b71139a8a81f191cde21c992f009486c568c3ad [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 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ee98cd4bdf739c2f93f7cf0a20764acb2a837b0c) Merged-In: I37ed281a993b1d2fa3634754378314511f3295f0 Change-Id: I37ed281a993b1d2fa3634754378314511f3295f0