Home
last modified time | relevance | path

Searched refs:AllApps (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTaplTestsLauncher3.java33 import com.android.launcher3.tapl.AllApps;
108 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu()
118 public static void runAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runAllAppsTest()
155 final AllApps allAppsFinal = allApps; in runAllAppsTest()
216 public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runIconLaunchFromAllAppsTest()
234 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
283 final AllApps allApps = mLauncher. in testLaunchMenuItem()
310 final AllApps allApps = mLauncher.getWorkspace(). in testDragAppIcon()
331 final AllApps allApps = mLauncher in testDragShortcut()
364 AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in createShortcutIfNotExist()
[all …]
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DAllApps.java38 public class AllApps extends LauncherInstrumentation.VisibleContainer { class
44 AllApps(LauncherInstrumentation launcher) { in AllApps() method in AllApps
H A DAllAppsFromOverview.java31 public final class AllAppsFromOverview extends AllApps {
H A DWorkspace.java74 public AllApps switchToAllApps() { in switchToAllApps()
101 return new AllApps(mLauncher); in switchToAllApps()
H A DLauncherInstrumentation.java1007 public AllApps getAllApps() { in getAllApps()
1009 return new AllApps(this); in getAllApps()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DTaplTestsQuickstep.java34 import com.android.launcher3.tapl.AllApps;
309 AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressBack()