Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperAnimationAdapter.java43 private SurfaceControl mCapturedLeash; field in WallpaperAnimationAdapter
105 return mCapturedLeash; in getLeash()
142 mCapturedLeash = animationLeash; in startAnimation()
DInsetsSourceProvider.java289 final SurfaceControl leash = mAdapter.mCapturedLeash; in updateControlForTarget()
456 private SurfaceControl mCapturedLeash; field in InsetsSourceProvider.ControlAdapter
477 mCapturedLeash = animationLeash; in startAnimation()
479 t.setPosition(mCapturedLeash, frame.left, frame.top); in startAnimation()
509 pw.print(prefix + " mCapturedLeash="); pw.print(mCapturedLeash); in dump()
DRemoteAnimationController.java380 || mAdapter.mCapturedLeash == null) {
404 SurfaceControl mCapturedLeash;
438 mCapturedLeash = animationLeash;
DRecentsAnimationController.java893 private SurfaceControl mCapturedLeash;
927 mTarget = new RemoteAnimationTarget(mTask.mTaskId, mode, mCapturedLeash,
948 mCapturedLeash = animationLeash;
DActivityRecord.java7800 record.mAdapter.mCapturedLeash, !fillsParent(), in createRemoteAnimationTarget()
7805 record.mThumbnailAdapter != null ? record.mThumbnailAdapter.mCapturedLeash : null, in createRemoteAnimationTarget()