Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperAnimationAdapter.java44 private SurfaceControl mCapturedLeash; field in WallpaperAnimationAdapter
109 return mCapturedLeash; in getLeash()
147 mCapturedLeash = animationLeash; in startAnimation()
DNonAppWindowAnimationAdapter.java48 private SurfaceControl mCapturedLeash; field in NonAppWindowAnimationAdapter
158 mCapturedLeash = animationLeash; in startAnimation()
197 return mCapturedLeash; in getLeash()
DInsetsSourceProvider.java543 final SurfaceControl leash = mAdapter.mCapturedLeash; in updateControlForTarget()
743 if (mAdapter != null && mAdapter.mCapturedLeash != null) { in dumpDebug()
744 mAdapter.mCapturedLeash.dumpDebug(proto, CAPTURED_LEASH); in dumpDebug()
760 private SurfaceControl mCapturedLeash; field in InsetsSourceProvider.ControlAdapter
786 mCapturedLeash = animationLeash; in startAnimation()
787 t.setPosition(mCapturedLeash, mSurfacePosition.x, mSurfacePosition.y); in startAnimation()
791 t.setWindowCrop(mCapturedLeash, getProvidingInsetsBoundsCropRect()); in startAnimation()
822 pw.print(mCapturedLeash); in dump()
DRemoteAnimationController.java498 || mAdapter.mCapturedLeash == null) {
529 SurfaceControl mCapturedLeash;
582 mCapturedLeash = animationLeash;
DBackNavigationController.java1410 SurfaceControl mCapturedLeash; field in BackNavigationController.AnimationHandler.BackWindowAnimationAdaptor
1434 mCapturedLeash = animationLeash; in startAnimation()
1441 t.setPosition(mCapturedLeash, position.x, position.y); in startAnimation()
1447 if (mCapturedLeash == animationLeash) { in onAnimationCancelled()
1448 mCapturedLeash = null; in onAnimationCancelled()
1465 pw.print(mCapturedLeash); in dump()
1504 mAnimationTarget = new RemoteAnimationTarget(t.mTaskId, mode, mCapturedLeash, in createRemoteAnimationTarget()
DRecentsAnimationController.java1154 private SurfaceControl mCapturedLeash;
1212 mTarget = new RemoteAnimationTarget(overrideTaskId, mode, mCapturedLeash,
1239 .setParent(mCapturedLeash)
1317 mCapturedLeash = animationLeash;
DActivityRecord.java10986 record.getMode(), record.mAdapter.mCapturedLeash, !fillsParent(),
10991 record.mThumbnailAdapter != null ? record.mThumbnailAdapter.mCapturedLeash : null,