Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java70 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in AllApps() local
72 mLauncher.waitForObjectInContainer(appListRecycler, By.clazz(TextView.class)); in AllApps()
88 private boolean hasClickableIcon(UiObject2 allAppsContainer, UiObject2 appListRecycler, in hasClickableIcon() argument
92 icon = appListRecycler.findObject(appIconSelector); in hasClickableIcon()
111 if (iconCenterInRecyclerTopPadding(appListRecycler, icon)) { in hasClickableIcon()
150 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in tryGetAppIcon() local
155 if (!hasClickableIcon(allAppsContainer, appListRecycler, appIconSelector, in tryGetAppIcon()
161 while (!hasClickableIcon(allAppsContainer, appListRecycler, appIconSelector, in tryGetAppIcon()
166 mLauncher.getVisibleBounds(appListRecycler).top in tryGetAppIcon()
191 allAppsContainer, appListRecycler, appIconSelector, deviceHeight)) { in tryGetAppIcon()
[all …]
DPrivateSpaceContainer.java37 UiObject2 appListRecycler, AllApps appList, boolean privateSpaceEnabled) { in PrivateSpaceContainer() argument
39 mAppListRecycler = appListRecycler; in PrivateSpaceContainer()