Searched refs:AllApps (Results 1 – 6 of 6) sorted by relevance
33 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 …]
38 public class AllApps extends LauncherInstrumentation.VisibleContainer { class44 AllApps(LauncherInstrumentation launcher) { in AllApps() method in AllApps
31 public final class AllAppsFromOverview extends AllApps {
74 public AllApps switchToAllApps() { in switchToAllApps()101 return new AllApps(mLauncher); in switchToAllApps()
1007 public AllApps getAllApps() { in getAllApps()1009 return new AllApps(this); in getAllApps()
34 import com.android.launcher3.tapl.AllApps;309 AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressBack()