Home
last modified time | relevance | path

Searched refs:mRootLeash (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitTestUtils.java73 final SurfaceControl mRootLeash; field in SplitTestUtils.TestStageCoordinator
91 mRootLeash = new SurfaceControl.Builder(new SurfaceSession()).setName("test").build(); in TestStageCoordinator()
92 onTaskAppeared(mRootTask, mRootLeash); in TestStageCoordinator()
H A DMainStageTests.java54 @Mock private SurfaceControl mRootLeash; field in MainStageTests
67 mMainStage.onTaskAppeared(mRootTaskInfo, mRootLeash); in setup()
H A DSideStageTests.java59 @Mock private SurfaceControl mRootLeash; field in SideStageTests
72 mSideStage.onTaskAppeared(mRootTask, mRootLeash); in setup()
H A DStageCoordinatorTests.java119 private SurfaceControl mRootLeash; field in StageCoordinatorTests
147 mRootLeash = new SurfaceControl.Builder(mSurfaceSession).setName("test").build(); in setup()
148 mStageCoordinator.onTaskAppeared(mRootTask, mRootLeash); in setup()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageTaskListener.java96 protected SurfaceControl mRootLeash; field in StageTaskListener
179 mRootLeash = leash; in onTaskAppeared()
188 SurfaceUtils.makeDimLayer(t, mRootLeash, "Dim layer", mSurfaceSession)); in onTaskAppeared()
216 mSplitDecorManager.inflate(mContext, mRootLeash, in onTaskInfoChanged()
258 mRootLeash = null; in onTaskVanished()
291 return mRootLeash; in findTaskSurface()
H A DStageCoordinator.java1259 topLeftStage.mRootLeash, mTempRect1, Integer.MAX_VALUE - 1); in switchSplitPosition()
1263 bottomRightStage.mRootLeash, mTempRect1, Integer.MAX_VALUE - 1); in switchSplitPosition()
1264 mSplitLayout.splitSwitching(t, topLeftStage.mRootLeash, bottomRightStage.mRootLeash, in switchSplitPosition()
1427 t.setWindowCrop(mMainStage.mRootLeash, null) in applyExitSplitScreen()
1428 .setWindowCrop(mSideStage.mRootLeash, null); in applyExitSplitScreen()
1637 mMainStage.getSplitDecorManager().inflate(mContext, mMainStage.mRootLeash, in finishEnterSplitScreen()
1639 mSideStage.getSplitDecorManager().inflate(mContext, mSideStage.mRootLeash, in finishEnterSplitScreen()
3004 t.setCrop(mMainStage.mRootLeash, null); in prepareDismissAnimation()
3005 t.setCrop(mSideStage.mRootLeash, null); in prepareDismissAnimation()
3008 t.hide(toStage == STAGE_TYPE_MAIN ? mSideStage.mRootLeash : mMainStage.mRootLeash); in prepareDismissAnimation()
[all …]