Searched refs:animationLeash (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LocalAnimationAdapter.java | 57 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() argument 59 mAnimator.startAnimation(mSpec, animationLeash, t, in startAnimation() 64 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() argument 65 mAnimator.onAnimationCancelled(animationLeash); in onAnimationCancelled()
|
D | AnimationAdapter.java | 58 void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() argument 67 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled() argument
|
D | RemoteAnimationController.java | 398 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() argument 403 t.setLayer(animationLeash, mRecord.mAppWindowToken.getPrefixOrderIndex()); in startAnimation() 404 t.setPosition(animationLeash, mPosition.x, mPosition.y); in startAnimation() 407 t.setWindowCrop(animationLeash, mTmpRect); in startAnimation() 408 mCapturedLeash = animationLeash; in startAnimation() 413 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() argument
|
D | SurfaceAnimationRunner.java | 124 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, in startAnimation() argument 127 final RunningAnimation runningAnim = new RunningAnimation(a, animationLeash, in startAnimation() 129 mPendingAnimations.put(animationLeash, runningAnim); in startAnimation()
|
D | InsetsSourceProvider.java | 220 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() argument 222 mCapturedLeash = animationLeash; in startAnimation() 228 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() argument
|
D | RecentsAnimationController.java | 809 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() argument 812 t.setLayer(animationLeash, mTask.getPrefixOrderIndex()); in startAnimation() 813 t.setPosition(animationLeash, mPosition.x, mPosition.y); in startAnimation() 816 t.setWindowCrop(animationLeash, mTmpRect); in startAnimation() 817 mCapturedLeash = animationLeash; in startAnimation() 822 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() argument
|