Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DBaseOverview.java163 final UiObject2 widestTask = Collections.max(taskViews, in getCurrentTask() local
167 return new OverviewTask(mLauncher, widestTask, this); in getCurrentTask()