Skip to content
Snippets Groups Projects
Commit 5321c545 authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "[wm] schedule animation instead of a full traversal at the end of a...

Merge "[wm] schedule animation instead of a full traversal at the end of a transition" into udc-qpr-dev am: 08a44c95 am: 883823c1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24708696



Change-Id: I0cd1b67673eaa18d0dec22abd89e500b7d544220
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4ac51f16 883823c1
No related branches found
No related tags found
No related merge requests found
......@@ -1147,7 +1147,7 @@ class TransitionController {
Transition.asyncTraceBegin("animating", 0x41bfaf1 /* hashcode of TAG */);
} else if (!animatingState && mAnimatingState) {
t.setEarlyWakeupEnd();
mAtm.mWindowManager.requestTraversal();
mAtm.mWindowManager.scheduleAnimationLocked();
mSnapshotController.setPause(false);
mAnimatingState = false;
Transition.asyncTraceEnd(0x41bfaf1 /* hashcode of TAG */);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment