Home
last modified time | relevance | path

Searched refs:exitSplitScreen (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenShellCommandHandler.java104 mController.exitSplitScreen(taskId, EXIT_REASON_UNKNOWN); in runExitSplitScreen()
DStageCoordinator.java546 mMainExecutor.execute(() -> exitSplitScreen( in startShortcut()
570 mMainExecutor.execute(() -> exitSplitScreen( in startShortcut()
677 mMainExecutor.execute(() -> exitSplitScreen( in startIntentLegacy()
977 exitSplitScreen(null /* childrenToTop */, EXIT_REASON_RECREATE_SPLIT); in startTasksWithLegacyTransition()
1134 exitSplitScreen(null /* childrenToTop */, EXIT_REASON_RECREATE_SPLIT); in startWithLegacyTransition()
1298 exitSplitScreen(mMainStage.getChildCount() == 0 in onRemoteAnimationFinishedOrCancelled()
1319 mMainExecutor.execute(() -> exitSplitScreen(mMainStage.getChildCount() == 0 in onRemoteAnimationFinished()
1514 exitSplitScreen(toTop, EXIT_REASON_SCREEN_LOCKED_SHOW_ON_TOP); in onFinishedWakingUp()
1529 exitSplitScreen( in onFinishedWakingUp()
1542 void exitSplitScreen(int toTopTaskId, @ExitReason int exitReason) { in exitSplitScreen() method in StageCoordinator
[all …]
DISplitScreen.aidl66 oneway void exitSplitScreen(int toTopTaskId) = 5; in exitSplitScreen() method
DSplitScreenController.java439 public void exitSplitScreen(int toTopTaskId, @ExitReason int exitReason) { in exitSplitScreen() method in SplitScreenController
443 mStageCoordinator.exitSplitScreen(toTopTaskId, exitReason); in exitSplitScreen()
1273 public void exitSplitScreen(int toTopTaskId) { in exitSplitScreen() method in SplitScreenController.ISplitScreenImpl
1275 (controller) -> controller.exitSplitScreen(toTopTaskId, EXIT_REASON_UNKNOWN)); in exitSplitScreen()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java249 mStageCoordinator.exitSplitScreen(INVALID_TASK_ID, EXIT_REASON_RETURN_HOME); in testExitSplitScreen()
260 mStageCoordinator.exitSplitScreen(testTaskId, EXIT_REASON_RETURN_HOME); in testExitSplitScreenToMainStage()
272 mStageCoordinator.exitSplitScreen(testTaskId, EXIT_REASON_RETURN_HOME); in testExitSplitScreenToSideStage()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicy.java332 void exitSplitScreen(int toTopTaskId, int exitTrigger); in exitSplitScreen() method
384 public void exitSplitScreen(int toTopTaskId, int exitTrigger) { in exitSplitScreen() method in DragAndDropPolicy.DefaultStarter
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java711 split.exitSplitScreen(INVALID_TASK_ID, in exitPip()