Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java319 final List<UiObject2> taskViews = getTasks(); in getCurrentTaskUnchecked() local
349 final List<UiObject2> taskViews = getTasks(); in getTestActivityTask() local
369 final List<UiObject2> taskViews = getTasks(); in getCurrentTasksForTablet() local
546 final List<UiObject2> taskViews = getTasks(); in getFocusedTaskForTablet() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewUtils.kt54 val taskViews = TaskViewsIterable(recentsView) in <lambda>() constant