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.java56 final UiObject2 allAppsContainer = verifyActiveContainer(); in AllApps() local
66 private boolean hasClickableIcon(UiObject2 allAppsContainer, UiObject2 appListRecycler, in hasClickableIcon()
102 private boolean iconCenterInSearchBox(UiObject2 allAppsContainer, UiObject2 icon) { in iconCenterInSearchBox()
127 final UiObject2 allAppsContainer = verifyActiveContainer(); in tryGetAppIcon() local
181 protected Rect getTopVisibleIconBounds(UiObject2 allAppsContainer) { in getTopVisibleIconBounds()
187 protected Rect getBottomVisibleIconBounds(UiObject2 allAppsContainer) { in getBottomVisibleIconBounds()
193 private List<UiObject2> getVisibleIcons(UiObject2 allAppsContainer) { in getVisibleIcons()
235 final UiObject2 allAppsContainer = verifyActiveContainer(); in scrollBackToBeginning() local
269 protected UiObject2 getAppListRecycler(UiObject2 allAppsContainer) { in getAppListRecycler()
273 protected UiObject2 getSearchBox(UiObject2 allAppsContainer) { in getSearchBox()
[all …]
DAllAppsQsb.java25 AllAppsQsb(LauncherInstrumentation launcher, UiObject2 allAppsContainer) { in AllAppsQsb()
DTaskbarAllAppsQsb.java25 TaskbarAllAppsQsb(LauncherInstrumentation launcher, UiObject2 allAppsContainer) { in TaskbarAllAppsQsb()
DHomeAllApps.java43 UiObject2 allAppsContainer = verifyActiveContainer(); in switchToWorkspace() local