Home
last modified time | relevance | path

Searched defs:animationLeash (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAnimationAdapter.java64 void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation()
73 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled()
DLocalAnimationAdapter.java62 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation()
69 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
DRemoteAnimationController.java342 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation()
357 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
DRecentsAnimationController.java597 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation()
610 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
DSurfaceAnimationRunner.java118 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, in startAnimation()