Searched refs:foundTaskView (Results 1 – 2 of 2) sorted by relevance
257 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in triggerSecondAppForSplit() local263 if (foundTaskView != null) { in triggerSecondAppForSplit()267 foundTaskView.getTaskContainerById(foundTask.key.id); in triggerSecondAppForSplit()269 foundTaskView, in triggerSecondAppForSplit()
1245 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in launchFromOverviewTaskbar()1246 if (foundTaskView != null in launchFromOverviewTaskbar()1247 && foundTaskView.isVisibleToUser()) { in launchFromOverviewTaskbar()1250 foundTaskView.launchTasks(); in launchFromOverviewTaskbar()