Searched refs:animationLeash (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LocalAnimationAdapter.java | 53 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()
|
D | WallpaperAnimationAdapter.java | 136 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
|
D | AnimationAdapter.java | 54 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation() argument 63 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled() argument
|
D | RemoteAnimationController.java | 425 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) {
|
D | InsetsSourceProvider.java | 464 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
|
D | SurfaceAnimationRunner.java | 134 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()
|
D | RecentsAnimationController.java | 941 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/ |
D | SurfaceAnimatorTest.java | 429 public void startAnimation(SurfaceControl animationLeash, Transaction t, int type, 432 mAnimationLeash = animationLeash; 436 public void onAnimationCancelled(SurfaceControl animationLeash) {
|