Home
last modified time | relevance | path

Searched defs:allAppsContainer (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java68 final UiObject2 allAppsContainer = verifyActiveContainer(); in AllApps() local
88 private boolean hasClickableIcon(UiObject2 allAppsContainer, UiObject2 appListRecycler, in hasClickableIcon()
124 private boolean iconCenterInSearchBox(UiObject2 allAppsContainer, UiObject2 icon) { in iconCenterInSearchBox()
149 final UiObject2 allAppsContainer = verifyActiveContainer(); in tryGetAppIcon() local
203 protected Rect getTopVisibleIconBounds(UiObject2 allAppsContainer) { in getTopVisibleIconBounds()
209 protected Rect getBottomVisibleIconBounds(UiObject2 allAppsContainer) { in getBottomVisibleIconBounds()
215 private List<UiObject2> getVisibleIcons(UiObject2 allAppsContainer) { in getVisibleIcons()
257 final UiObject2 allAppsContainer = verifyActiveContainer(); in scrollBackToBeginning() local
291 protected UiObject2 getAppListRecycler(UiObject2 allAppsContainer) { in getAppListRecycler()
295 protected UiObject2 getAllAppsHeader(UiObject2 allAppsContainer) { in getAllAppsHeader()
[all …]
DAllAppsQsb.java25 AllAppsQsb(LauncherInstrumentation launcher, UiObject2 allAppsContainer) { in AllAppsQsb()
DTaskbarAllAppsQsb.java25 TaskbarAllAppsQsb(LauncherInstrumentation launcher, UiObject2 allAppsContainer) { in TaskbarAllAppsQsb()
DHomeAllApps.java42 UiObject2 allAppsContainer = verifyActiveContainer(); in switchToWorkspace() local