Searched refs:mCapturedLeash (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WallpaperAnimationAdapter.java | 44 private SurfaceControl mCapturedLeash; field in WallpaperAnimationAdapter 109 return mCapturedLeash; in getLeash() 147 mCapturedLeash = animationLeash; in startAnimation()
|
H A D | InsetsSourceProvider.java | 499 final SurfaceControl leash = mAdapter.mCapturedLeash; in updateControlForTarget() 661 if (mAdapter != null && mAdapter.mCapturedLeash != null) { in dumpDebug() 662 mAdapter.mCapturedLeash.dumpDebug(proto, CAPTURED_LEASH); in dumpDebug() 675 private SurfaceControl mCapturedLeash; field in InsetsSourceProvider.ControlAdapter 699 mCapturedLeash = animationLeash; in startAnimation() 700 t.setPosition(mCapturedLeash, mSurfacePosition.x, mSurfacePosition.y); in startAnimation() 704 t.setWindowCrop(mCapturedLeash, getProvidingInsetsBoundsCropRect()); in startAnimation() 735 pw.print(mCapturedLeash); in dump()
|
H A D | NonAppWindowAnimationAdapter.java | 48 private SurfaceControl mCapturedLeash; field in NonAppWindowAnimationAdapter 158 mCapturedLeash = animationLeash; in startAnimation() 197 return mCapturedLeash; in getLeash()
|
H A D | BackNavigationController.java | 927 SurfaceControl mCapturedLeash; field in BackNavigationController.AnimationHandler.BackWindowAnimationAdaptor 954 mCapturedLeash = animationLeash; in startAnimation() 960 if (mCapturedLeash == animationLeash) { in onAnimationCancelled() 961 mCapturedLeash = null; in onAnimationCancelled() 980 pw.print(mCapturedLeash); in dump() 1021 mAnimationTarget = new RemoteAnimationTarget(t.mTaskId, mode, mCapturedLeash, in createRemoteAnimationTarget()
|
H A D | RemoteAnimationController.java | 500 || mAdapter.mCapturedLeash == null) { 531 SurfaceControl mCapturedLeash; 584 mCapturedLeash = animationLeash;
|
H A D | RecentsAnimationController.java | 1131 private SurfaceControl mCapturedLeash; 1189 mTarget = new RemoteAnimationTarget(overrideTaskId, mode, mCapturedLeash, 1216 .setParent(mCapturedLeash) 1294 mCapturedLeash = animationLeash;
|
H A D | ActivityRecord.java | 10608 record.getMode(), record.mAdapter.mCapturedLeash, !fillsParent(), 10613 record.mThumbnailAdapter != null ? record.mThumbnailAdapter.mCapturedLeash : null,
|