Home
last modified time | relevance | path

Searched refs:removeAllTasks (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DStageCoordinatorTests.java202 verify(mSideStage).removeAllTasks(any(WindowContainerTransaction.class), eq(false)); in testExitSplitScreen()
215 verify(mSideStage).removeAllTasks(any(WindowContainerTransaction.class), eq(false)); in testExitSplitScreenToMainStage()
228 verify(mSideStage).removeAllTasks(any(WindowContainerTransaction.class), eq(true)); in testExitSplitScreenToSideStage()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSideStage.java47 boolean removeAllTasks(WindowContainerTransaction wct, boolean toTop) { in removeAllTasks() method in SideStage
H A DStageCoordinator.java674 mSideStage.removeAllTasks(wct, !fromEnteringPip && childrenToTop == mSideStage); in applyExitSplitScreen()
720 mSideStage.removeAllTasks(wct, stageToTop == STAGE_TYPE_SIDE); in prepareExitSplitScreen()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DSideStage.java66 boolean removeAllTasks(WindowContainerTransaction wct, boolean toTop) { in removeAllTasks() method in SideStage
H A DStageCoordinator.java531 mSideStage.removeAllTasks(wct, childrenToTop == mSideStage); in applyExitSplitScreen()
555 mSideStage.removeAllTasks(wct, stageToTop == STAGE_TYPE_SIDE); in prepareExitSplitScreen()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java498 display.removeAllTasks(); in testTaskModeViolation()
H A DRootWindowContainerTests.java230 mRootWindowContainer.getDefaultDisplay().removeAllTasks(); in testRestoringInvalidTask()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java6025 void removeAllTasks() { in removeAllTasks() method in DisplayContent