Searched refs:taskViews (Results 1 – 1 of 1) sorted by relevance
278 final List<UiObject2> taskViews = getTasks(); in getCurrentTask() local279 mLauncher.assertNotEquals("Unable to find a task", 0, taskViews.size()); in getCurrentTask()282 UiObject2 currentTask = Collections.max(taskViews, in getCurrentTask()293 final List<UiObject2> taskViews = getTasks(); in getTestActivityTask() local294 mLauncher.assertNotEquals("Unable to find a task", 0, taskViews.size()); in getTestActivityTask()298 for (UiObject2 taskView : taskViews) { in getTestActivityTask()316 final List<UiObject2> taskViews = getTasks(); in getCurrentTasksForTablet() local317 mLauncher.assertNotEquals("Unable to find a task", 0, taskViews.size()); in getCurrentTasksForTablet()321 return taskViews.stream().filter(t -> t.getVisibleBounds().width() == gridTaskWidth).map( in getCurrentTasksForTablet()501 final List<UiObject2> taskViews = getTasks(); in getFocusedTaskForTablet() local[all …]