Searched defs:animationLeash (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnimationAdapter.java | 58 void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 67 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled()
|
D | LocalAnimationAdapter.java | 57 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 64 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | InsetsSourceProvider.java | 220 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 228 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | RemoteAnimationController.java | 398 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 413 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | SurfaceAnimationRunner.java | 124 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, in startAnimation()
|
D | RecentsAnimationController.java | 809 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 822 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|