Searched refs:taskViews (Results 1 – 1 of 1) sorted by relevance
157 final List<UiObject2> taskViews = getTasks(); in getCurrentTask() local158 mLauncher.assertNotEquals("Unable to find a task", 0, taskViews.size()); in getCurrentTask()163 final UiObject2 widestTask = Collections.max(taskViews, in getCurrentTask()175 final List<UiObject2> taskViews = getTasks(); in getCurrentTasksForTablet() local176 mLauncher.assertNotEquals("Unable to find a task", 0, taskViews.size()); in getCurrentTasksForTablet()180 return taskViews.stream().filter(t -> t.getVisibleBounds().width() == gridTaskWidth).map( in getCurrentTasksForTablet()263 final List<UiObject2> taskViews = getTasks(); in getFocusedTaskForTablet() local264 if (taskViews.size() == 0) { in getFocusedTaskForTablet()268 for (UiObject2 task : taskViews) { in getFocusedTaskForTablet()