Home
last modified time | relevance | path

Searched refs:RunningAnimation (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java100 final ArrayMap<SurfaceControl, RunningAnimation> mPendingAnimations = new ArrayMap<>();
104 final ArrayMap<SurfaceControl, RunningAnimation> mPreProcessingAnimations = new ArrayMap<>();
108 final ArrayMap<SurfaceControl, RunningAnimation> mRunningAnimations = new ArrayMap<>();
174 final RunningAnimation runningAnim = new RunningAnimation(a, animationLeash, in startAnimation()
246 final RunningAnimation anim = mRunningAnimations.get(leash); in onAnimationCancelled()
269 private void startAnimationLocked(RunningAnimation a) { in startAnimationLocked()
331 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation()
521 private static final class RunningAnimation { class in SurfaceAnimationRunner
530 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation() method in SurfaceAnimationRunner.RunningAnimation
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java579 private static class RunningAnimation { class in InsetsController
581 RunningAnimation(InsetsAnimationControlRunner runner, int type) { in RunningAnimation() method in InsetsController.RunningAnimation
641 private final ArrayList<RunningAnimation> mRunningAnimations = new ArrayList<>();
755 mRunningAnimations.add(new RunningAnimation(runner, runner.getAnimationType()));
788 RunningAnimation runningAnimation = mRunningAnimations.get(i); in InsetsController()
1435 mRunningAnimations.add(new RunningAnimation(runner, animationType)); in controlAnimationUncheckedInner()
1631 RunningAnimation runningAnimation = mRunningAnimations.get(i); in cancelAnimation()
1835 RunningAnimation runningAnimation = mRunningAnimations.get(i); in startAnimation()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8578 android.view.InsetsController$RunningAnimation
H A Dboot-image-profile.txt16630 HSPLandroid/view/InsetsController$RunningAnimation;-><init>(Landroid/view/InsetsAnimationControlRun…
31376 Landroid/view/InsetsController$RunningAnimation;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8609 android.view.InsetsController$RunningAnimation
H A Dboot-image-profile.txt16694 HSPLandroid/view/InsetsController$RunningAnimation;-><init>(Landroid/view/InsetsAnimationControlRun…
41510 Landroid/view/InsetsController$RunningAnimation;
/aosp14/frameworks/base/services/
H A Dart-profile11337 …tartAnimationLocked$4(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/anim…