Home
last modified time | relevance | path

Searched refs:startTasks (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java467 mSystemUiProxy.startTasks(firstTaskId, optionsBundle, secondTaskId, in launchTasks()
583 mSystemUiProxy.startTasks(firstTaskId, optionsBundle, secondTaskId, null /* options2 */, in launchExistingSplitPair()
619 case SPLIT_SINGLE_TASK_FULLSCREEN -> mSystemUiProxy.startTasks(firstTaskId, in launchInitialAppFullscreen()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java933 public void startTasks(int taskId1, Bundle options1, int taskId2, Bundle options2, in startTasks() method in SystemUiProxy
938 mSplitScreen.startTasks(taskId1, options1, taskId2, options2, splitPosition, in startTasks()