Searched refs:foundTaskView (Results 1 – 2 of 2) sorted by relevance
280 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in triggerSecondAppForSplit() local286 if (foundTaskView != null) { in triggerSecondAppForSplit()290 foundTaskView.getTaskContainerById(foundTask.key.id); in triggerSecondAppForSplit()292 foundTaskView, in triggerSecondAppForSplit()
1760 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()