Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarUIController.java280 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in triggerSecondAppForSplit() local
286 if (foundTaskView != null) { in triggerSecondAppForSplit()
290 foundTaskView.getTaskContainerById(foundTask.key.id); in triggerSecondAppForSplit()
292 foundTaskView, in triggerSecondAppForSplit()
DTaskbarActivityContext.java1760 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in launchFromOverviewTaskbar()
1761 if (foundTaskView != null in launchFromOverviewTaskbar()
1762 && foundTaskView.isVisibleToUser() in launchFromOverviewTaskbar()
1763 && !(foundTaskView instanceof DesktopTaskView)) { in launchFromOverviewTaskbar()
1766 foundTaskView.launchWithAnimation(); in launchFromOverviewTaskbar()