Home
last modified time | relevance | path

Searched refs:animationLeash (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLocalAnimationAdapter.java53 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() argument
55 mAnimator.startAnimation(mSpec, animationLeash, t, in startAnimation()
60 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() argument
61 mAnimator.onAnimationCancelled(animationLeash); in onAnimationCancelled()
DWallpaperAnimationAdapter.java136 public void startAnimation(SurfaceControl animationLeash, SurfaceControl.Transaction t, in startAnimation() argument
141 t.setLayer(animationLeash, mWallpaperToken.getPrefixOrderIndex()); in startAnimation()
142 mCapturedLeash = animationLeash; in startAnimation()
148 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() argument
DAnimationAdapter.java54 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation() argument
63 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled() argument
DRemoteAnimationController.java425 public void startAnimation(SurfaceControl animationLeash, Transaction t,
431 t.setPosition(animationLeash, mRecord.mStartBounds.left, mRecord.mStartBounds.top);
432 t.setWindowCrop(animationLeash, mRecord.mStartBounds.width(),
435 t.setPosition(animationLeash, mPosition.x, mPosition.y);
436 t.setWindowCrop(animationLeash, mStackBounds.width(), mStackBounds.height());
438 mCapturedLeash = animationLeash;
444 public void onAnimationCancelled(SurfaceControl animationLeash) {
DInsetsSourceProvider.java464 public void startAnimation(SurfaceControl animationLeash, Transaction t, in startAnimation() argument
470 t.setAlpha(animationLeash, 1 /* alpha */); in startAnimation()
471 t.hide(animationLeash); in startAnimation()
477 mCapturedLeash = animationLeash; in startAnimation()
483 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() argument
DSurfaceAnimationRunner.java134 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, in startAnimation() argument
137 final RunningAnimation runningAnim = new RunningAnimation(a, animationLeash, in startAnimation()
139 mPendingAnimations.put(animationLeash, runningAnim); in startAnimation()
DRecentsAnimationController.java941 public void startAnimation(SurfaceControl animationLeash, Transaction t,
944 t.setPosition(animationLeash, mLocalBounds.left, mLocalBounds.top);
947 t.setWindowCrop(animationLeash, mTmpRect);
948 mCapturedLeash = animationLeash;
954 public void onAnimationCancelled(SurfaceControl animationLeash) {
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java429 public void startAnimation(SurfaceControl animationLeash, Transaction t, int type,
432 mAnimationLeash = animationLeash;
436 public void onAnimationCancelled(SurfaceControl animationLeash) {