Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java278 final List<UiObject2> taskViews = getTasks(); in getCurrentTask() local
279 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() local
294 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() local
317 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 …]