Home
last modified time | relevance | path

Searched refs:mCapturedLeash (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperAnimationAdapter.java44 private SurfaceControl mCapturedLeash; field in WallpaperAnimationAdapter
109 return mCapturedLeash; in getLeash()
147 mCapturedLeash = animationLeash; in startAnimation()
H A DInsetsSourceProvider.java499 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 DNonAppWindowAnimationAdapter.java48 private SurfaceControl mCapturedLeash; field in NonAppWindowAnimationAdapter
158 mCapturedLeash = animationLeash; in startAnimation()
197 return mCapturedLeash; in getLeash()
H A DBackNavigationController.java927 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 DRemoteAnimationController.java500 || mAdapter.mCapturedLeash == null) {
531 SurfaceControl mCapturedLeash;
584 mCapturedLeash = animationLeash;
H A DRecentsAnimationController.java1131 private SurfaceControl mCapturedLeash;
1189 mTarget = new RemoteAnimationTarget(overrideTaskId, mode, mCapturedLeash,
1216 .setParent(mCapturedLeash)
1294 mCapturedLeash = animationLeash;
H A DActivityRecord.java10608 record.getMode(), record.mAdapter.mCapturedLeash, !fillsParent(),
10613 record.mThumbnailAdapter != null ? record.mThumbnailAdapter.mCapturedLeash : null,