Loading services/core/java/com/android/server/wm/SurfaceAnimationRunner.java +4 −4 Original line number Diff line number Diff line Loading @@ -221,13 +221,13 @@ 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 */); } } } private boolean requiresEdgeExtension(AnimationSpec a) { return a.asWindowAnimationSpec() != null && a.asWindowAnimationSpec().hasExtension(); Loading Loading
services/core/java/com/android/server/wm/SurfaceAnimationRunner.java +4 −4 Original line number Diff line number Diff line Loading @@ -221,13 +221,13 @@ 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 */); } } } private boolean requiresEdgeExtension(AnimationSpec a) { return a.asWindowAnimationSpec() != null && a.asWindowAnimationSpec().hasExtension(); Loading