Home
last modified time | relevance | path

Searched defs: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
88 private boolean hasClickableIcon(UiObject2 allAppsContainer, UiObject2 appListRecycler, in hasClickableIcon()
150 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in tryGetAppIcon() local
436 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in getPrivateSpaceUnlockedView() local
444 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in getPrivateSpaceLockedView() local
453 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in togglePrivateSpace() local
DPrivateSpaceContainer.java37 UiObject2 appListRecycler, AllApps appList, boolean privateSpaceEnabled) { in PrivateSpaceContainer()