Searched defs:animationLeash (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnimationAdapter.java | 64 void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 73 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled()
|
D | LocalAnimationAdapter.java | 62 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 69 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | RemoteAnimationController.java | 342 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 357 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | RecentsAnimationController.java | 597 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 610 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | SurfaceAnimationRunner.java | 118 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, in startAnimation()
|