Searched refs:RunningAnimation (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 72 final ArrayMap<SurfaceControl, RunningAnimation> mPendingAnimations = new ArrayMap<>(); 76 final ArrayMap<SurfaceControl, RunningAnimation> mRunningAnimations = new ArrayMap<>(); 137 final RunningAnimation runningAnim = new RunningAnimation(a, animationLeash, in startAnimation() 156 final RunningAnimation anim = mRunningAnimations.get(leash); in onAnimationCancelled() 179 private void startAnimationLocked(RunningAnimation a) { in startAnimationLocked() 241 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation() 267 private static final class RunningAnimation { class in SurfaceAnimationRunner 276 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation() method in SurfaceAnimationRunner.RunningAnimation
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 486 private static class RunningAnimation { class in InsetsController 488 RunningAnimation(InsetsAnimationControlRunner runner, int type) { in RunningAnimation() method in InsetsController.RunningAnimation 551 private final ArrayList<RunningAnimation> mRunningAnimations = new ArrayList<>(); 612 RunningAnimation runningAnimation = mRunningAnimations.get(i); in InsetsController() 1079 mRunningAnimations.add(new RunningAnimation(runner, animationType)); in controlAnimationUnchecked() 1264 RunningAnimation runningAnimation = mRunningAnimations.get(i); in cancelAnimation() 1488 RunningAnimation runningAnimation = mRunningAnimations.get(i); in startAnimation()
|
/frameworks/base/boot/ |
D | preloaded-classes | 7489 android.view.InsetsController$RunningAnimation
|
D | boot-image-profile.txt | 16877 HSPLandroid/view/InsetsController$RunningAnimation;-><init>(Landroid/view/InsetsAnimationControlRun… 31184 Landroid/view/InsetsController$RunningAnimation;
|
/frameworks/base/config/ |
D | preloaded-classes | 7510 android.view.InsetsController$RunningAnimation
|
D | boot-image-profile.txt | 16926 HSPLandroid/view/InsetsController$RunningAnimation;-><init>(Landroid/view/InsetsAnimationControlRun… 40848 Landroid/view/InsetsController$RunningAnimation;
|
/frameworks/base/services/ |
D | art-profile | 48001 …urfaceAnimationRunner;Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/anim… 48011 …/server/wm/SurfaceAnimationRunner;Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;)V 48013 …/server/wm/SurfaceAnimationRunner;Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;)V 48016 HPLcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;-><init>(Lcom/android/server/wm/Lo… 48017 …ver/wm/SurfaceAnimationRunner$RunningAnimation;->access$000(Lcom/android/server/wm/SurfaceAnimatio… 48018 …ver/wm/SurfaceAnimationRunner$RunningAnimation;->access$002(Lcom/android/server/wm/SurfaceAnimatio… 48031 …->applyTransformation(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/view… 48036 …urfaceAnimationRunner(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;)V+]Landroid/… 48037 …urfaceAnimationRunner(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;Landroid/anim… 48041 …>startAnimationLocked(Lcom/android/server/wm/SurfaceAnimationRunner$RunningAnimation;)V+]Landroid/… [all …]
|