Searched refs:RunningAnimation (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 102 final ArrayMap<SurfaceControl, RunningAnimation> mPendingAnimations = new ArrayMap<>(); 106 final ArrayMap<SurfaceControl, RunningAnimation> mPreProcessingAnimations = new ArrayMap<>(); 110 final ArrayMap<SurfaceControl, RunningAnimation> mRunningAnimations = new ArrayMap<>(); 176 final RunningAnimation runningAnim = new RunningAnimation(a, animationLeash, in startAnimation() 258 final RunningAnimation anim = mRunningAnimations.get(leash); in onAnimationCancelled() 281 private void startAnimationLocked(RunningAnimation a) { in startAnimationLocked() 343 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation() 532 private static final class RunningAnimation { class in SurfaceAnimationRunner 541 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation() method in SurfaceAnimationRunner.RunningAnimation
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 569 private static class RunningAnimation { class in InsetsController 571 RunningAnimation(InsetsAnimationControlRunner runner, int type) { in RunningAnimation() method in InsetsController.RunningAnimation 631 private final ArrayList<RunningAnimation> mRunningAnimations = new ArrayList<>(); 761 mRunningAnimations.add(new RunningAnimation(runner, runner.getAnimationType())); 794 RunningAnimation runningAnimation = mRunningAnimations.get(i); in InsetsController() 1525 mRunningAnimations.add(new RunningAnimation(runner, animationType)); in controlAnimationUncheckedInner() 1774 RunningAnimation runningAnimation = mRunningAnimations.get(i); in cancelAnimation() 2035 RunningAnimation runningAnimation = mRunningAnimations.get(i); in startAnimation()
|
/frameworks/base/services/ |
D | art-wear-profile | 28101 …urfaceAnimationRunner;Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/anim… 28103 …/server/wm/SurfaceAnimationRunner;Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;)V 28106 …/SurfaceAnimationRunner$RunningAnimation;->-$$Nest$fgetmCancelled(Lcom/android/server/wm/SurfaceAn… 28107 PLcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;-><init>(Lcom/android/server/wm/Loc… 28114 …urfaceAnimationRunner;Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/anim… 28124 …->applyTransformation(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/view… 28129 …tartAnimationLocked$4(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/anim… 28134 …tionRunner;->startAnimationLocked(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;)V
|
/frameworks/base/boot/ |
D | preloaded-classes | 8790 android.view.InsetsController$RunningAnimation
|
D | boot-image-profile.txt | 16364 HSPLandroid/view/InsetsController$RunningAnimation;-><init>(Landroid/view/InsetsAnimationControlRun… 31204 Landroid/view/InsetsController$RunningAnimation;
|
/frameworks/base/config/ |
D | preloaded-classes | 8821 android.view.InsetsController$RunningAnimation
|
D | boot-image-profile.txt | 16428 HSPLandroid/view/InsetsController$RunningAnimation;-><init>(Landroid/view/InsetsAnimationControlRun… 41365 Landroid/view/InsetsController$RunningAnimation;
|