Searched defs:animationLeash (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | MockAnimationAdapter.java | 40 public void startAnimation(SurfaceControl animationLeash, SurfaceControl.Transaction t, in startAnimation() 47 public void onAnimationCancelled(SurfaceControl animationLeash) {} in onAnimationCancelled()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnimationAdapter.java | 73 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation() 82 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled()
|
D | WallpaperAnimationAdapter.java | 140 public void startAnimation(SurfaceControl animationLeash, SurfaceControl.Transaction t, in startAnimation() 153 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | LocalAnimationAdapter.java | 64 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 71 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | NonAppWindowAnimationAdapter.java | 155 public void startAnimation(SurfaceControl animationLeash, SurfaceControl.Transaction t, in startAnimation() 201 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | NavBarFadeAnimationController.java | 131 public void startAnimation(SurfaceControl animationLeash, SurfaceControl.Transaction t, in startAnimation()
|
D | SurfaceAnimationRunner.java | 173 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, in startAnimation() 548 protected void onAnimationLeashLost(SurfaceControl animationLeash, in onAnimationLeashLost()
|
D | InsetsSourceProvider.java | 772 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() 796 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | TaskOrganizerController.java | 583 public void startAnimation(SurfaceControl animationLeash, SurfaceControl.Transaction t, in startAnimation() 588 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|
D | BackNavigationController.java | 1432 public void startAnimation(SurfaceControl animationLeash, SurfaceControl.Transaction t, in startAnimation() 1446 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled()
|