Home
last modified time | relevance | path

Searched refs:mCapturedLeash (Results 1 – 6 of 6) 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.java346 final SurfaceControl leash = mAdapter.mCapturedLeash; in updateControlForTarget()
509 if (mAdapter != null && mAdapter.mCapturedLeash != null) { in dumpDebug()
510 mAdapter.mCapturedLeash.dumpDebug(proto, CAPTURED_LEASH); in dumpDebug()
524 private SurfaceControl mCapturedLeash; field in InsetsSourceProvider.ControlAdapter
548 mCapturedLeash = animationLeash; in startAnimation()
549 t.setPosition(mCapturedLeash, mSurfacePosition.x, mSurfacePosition.y); in startAnimation()
579 pw.print(mCapturedLeash); in dump()
DNonAppWindowAnimationAdapter.java47 private SurfaceControl mCapturedLeash; field in NonAppWindowAnimationAdapter
150 mCapturedLeash = animationLeash; in startAnimation()
189 return mCapturedLeash; in getLeash()
DRemoteAnimationController.java424 || mAdapter.mCapturedLeash == null) {
448 SurfaceControl mCapturedLeash;
483 mCapturedLeash = animationLeash;
DRecentsAnimationController.java1160 private SurfaceControl mCapturedLeash;
1200 mTarget = new RemoteAnimationTarget(mTask.mTaskId, mode, mCapturedLeash,
1220 .setParent(mCapturedLeash)
1298 mCapturedLeash = animationLeash;
DActivityRecord.java8881 record.mAdapter.mCapturedLeash, !fillsParent(), in createRemoteAnimationTarget()
8886 record.mThumbnailAdapter != null ? record.mThumbnailAdapter.mCapturedLeash : null, in createRemoteAnimationTarget()