Searched refs:mCapturedLeash (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsSourceProvider.java | 166 mControl = new InsetsSourceControl(mSource.getType(), mAdapter.mCapturedLeash, in updateControlForTarget() 207 private SurfaceControl mCapturedLeash; field in InsetsSourceProvider.ControlAdapter 222 mCapturedLeash = animationLeash; in startAnimation() 224 t.setPosition(mCapturedLeash, frame.left, frame.top); in startAnimation()
|
D | RemoteAnimationController.java | 339 || mAdapter.mCapturedLeash == null) { in createRemoteAnimationTarget() 346 mAdapter.mCapturedLeash, !mAppWindowToken.fillsParent(), in createRemoteAnimationTarget() 350 mThumbnailAdapter != null ? mThumbnailAdapter.mCapturedLeash : null, in createRemoteAnimationTarget() 369 SurfaceControl mCapturedLeash; field in RemoteAnimationController.RemoteAnimationAdapterWrapper 402 mCapturedLeash = animationLeash; in startAnimation()
|
D | RecentsAnimationController.java | 720 private SurfaceControl mCapturedLeash; field in RecentsAnimationController.TaskAnimationAdapter 749 mTarget = new RemoteAnimationTarget(mTask.mTaskId, mode, mCapturedLeash, in createRemoteAnimationApp() 775 mCapturedLeash = animationLeash; in startAnimation()
|