Searched refs:animationLeash (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DAnimationAdapter.java57 * @param animationLeash The surface to run the animation on. See {@link SurfaceAnimator} for an
64 void startAnimation(SurfaceControl animationLeash, Transaction t, argument
71 * @param animationLeash The leash passed to {@link #startAnimation}.
73 void onAnimationCancelled(SurfaceControl animationLeash); argument
H A DLocalAnimationAdapter.java62 public void startAnimation(SurfaceControl animationLeash, Transaction t, argument
64 mAnimator.startAnimation(mSpec, animationLeash, t,
69 public void onAnimationCancelled(SurfaceControl animationLeash) { argument
70 mAnimator.onAnimationCancelled(animationLeash);
H A DRecentsAnimationController.java597 public void startAnimation(SurfaceControl animationLeash, Transaction t, argument
600 t.setLayer(animationLeash, mTask.getPrefixOrderIndex());
601 t.setPosition(animationLeash, mPosition.x, mPosition.y);
604 t.setWindowCrop(animationLeash, mTmpRect);
605 mCapturedLeash = animationLeash;
610 public void onAnimationCancelled(SurfaceControl animationLeash) { argument
H A DRemoteAnimationController.java342 public void startAnimation(SurfaceControl animationLeash, Transaction t, argument
347 t.setLayer(animationLeash, mAppWindowToken.getPrefixOrderIndex());
348 t.setPosition(animationLeash, mPosition.x, mPosition.y);
351 t.setWindowCrop(animationLeash, mTmpRect);
352 mCapturedLeash = animationLeash;
357 public void onAnimationCancelled(SurfaceControl animationLeash) { argument
H A DSurfaceAnimationRunner.java118 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, argument
121 final RunningAnimation runningAnim = new RunningAnimation(a, animationLeash,
123 mPendingAnimations.put(animationLeash, runningAnim);

Completed in 67 milliseconds