Searched refs:mCapturedLeash (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WallpaperAnimationAdapter.java | 44 private SurfaceControl mCapturedLeash; field in WallpaperAnimationAdapter 109 return mCapturedLeash; in getLeash() 147 mCapturedLeash = animationLeash; in startAnimation()
|
D | NonAppWindowAnimationAdapter.java | 48 private SurfaceControl mCapturedLeash; field in NonAppWindowAnimationAdapter 158 mCapturedLeash = animationLeash; in startAnimation() 197 return mCapturedLeash; in getLeash()
|
D | InsetsSourceProvider.java | 543 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()
|
D | RemoteAnimationController.java | 498 || mAdapter.mCapturedLeash == null) { 529 SurfaceControl mCapturedLeash; 582 mCapturedLeash = animationLeash;
|
D | BackNavigationController.java | 1410 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()
|
D | RecentsAnimationController.java | 1154 private SurfaceControl mCapturedLeash; 1212 mTarget = new RemoteAnimationTarget(overrideTaskId, mode, mCapturedLeash, 1239 .setParent(mCapturedLeash) 1317 mCapturedLeash = animationLeash;
|
D | ActivityRecord.java | 10986 record.getMode(), record.mAdapter.mCapturedLeash, !fillsParent(), 10991 record.mThumbnailAdapter != null ? record.mThumbnailAdapter.mCapturedLeash : null,
|