Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DOverviewActions.java31 OverviewActions(UiObject2 overviewActions, LauncherInstrumentation launcherInstrumentation) { in OverviewActions() argument
32 this.mOverviewActions = overviewActions; in OverviewActions()
H A DBaseOverview.java215 UiObject2 overviewActions = mLauncher.waitForOverviewObject("action_buttons"); in getOverviewActions() local
216 return new OverviewActions(overviewActions, mLauncher); in getOverviewActions()