Home
last modified time | relevance | path

Searched refs:foundTask (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarUIController.java236 @Nullable Task foundTask = foundTasks[0]; in startSplitSelection() local
237 splitSelectSource.alreadyRunningTaskId = foundTask == null in startSplitSelection()
239 : foundTask.key.id; in startSplitSelection()
240 splitSelectSource.animateCurrentTaskDismissal = foundTask != null; in startSplitSelection()
255 @Nullable Task foundTask = foundTasks[0]; in triggerSecondAppForSplit() local
256 if (foundTask != null) { in triggerSecondAppForSplit()
257 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in triggerSecondAppForSplit()
267 foundTaskView.getTaskContainerById(foundTask.key.id); in triggerSecondAppForSplit()
270 foundTask, in triggerSecondAppForSplit()
DTaskbarActivityContext.java1243 @Nullable Task foundTask = foundTasks[0]; in launchFromOverviewTaskbar()
1244 if (foundTask != null) { in launchFromOverviewTaskbar()
1245 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in launchFromOverviewTaskbar()
1268 startItemInfoActivity(itemInfos.get(0), foundTask); in launchFromOverviewTaskbar()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java700 @Nullable Task foundTask = foundTasks[0]; in startSplitSelection() local
701 boolean taskWasFound = foundTask != null; in startSplitSelection()
703 ? foundTask.key.id in startSplitSelection()