Merge changes from topic "presubmit-am-e1291358894f4d2780fd24b49ec03274" into tm-qpr-dev-plus-aosp
* changes:
[automerge] Fixes flicker of not applying initial transform to leash 2p: f91f797e5a
Fixes flicker of not applying initial transform to leash
This commit is contained in:
@@ -220,11 +220,11 @@ class SurfaceAnimationRunner {
|
||||
if (!mAnimationStartDeferred && mPreProcessingAnimations.isEmpty()) {
|
||||
mChoreographer.postFrameCallback(this::startAnimations);
|
||||
}
|
||||
|
||||
// Some animations (e.g. move animations) require the initial transform to be
|
||||
// applied immediately.
|
||||
applyTransformation(runningAnim, t, 0 /* currentPlayTime */);
|
||||
}
|
||||
|
||||
// Some animations (e.g. move animations) require the initial transform to be
|
||||
// applied immediately.
|
||||
applyTransformation(runningAnim, t, 0 /* currentPlayTime */);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user