Home
last modified time | relevance | path

Searched refs:switchToAllApps (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplOpenCloseAllAppsTest.java52 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu()
69 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
81 mLauncher.getWorkspace().switchToAllApps() in testAllAppsSwitchToWorkspace()
95 mLauncher.getWorkspace().switchToAllApps() in testAllAppsSwipeUpToWorkspace()
109 mLauncher.getWorkspace().switchToAllApps().dismissByTappingOutsideForTablet( in testAllAppsDeadzoneForTablet()
111 mLauncher.getWorkspace().switchToAllApps().dismissByTappingOutsideForTablet( in testAllAppsDeadzoneForTablet()
124 mLauncher.getWorkspace().switchToAllApps()); in testAllAppsFromHome()
199 .switchToAllApps() in testPressBackFromAllAppsToHome()
209 mLauncher.goHome().switchToAllApps().dismissByEscKey(); in testDismissAllAppsWithEscKey()
DTaplAllAppsIconsWorkingTest.java42 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DThemeIconsTest.java64 switchToAllApps(); in testIconWithoutTheme()
78 switchToAllApps(); in testShortcutIconWithoutTheme()
96 switchToAllApps(); in testIconWithTheme()
109 switchToAllApps(); in testShortcutIconWithTheme()
156 private void switchToAllApps() { in switchToAllApps() method in ThemeIconsTest
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplUninstallRemoveTest.java69 final HomeAllApps allApps = workspace.switchToAllApps(); in verifyAppUninstalledFromAllApps()
119 final HomeAllApps allApps = workspace.switchToAllApps(); in testUninstallFromAllApps()
174 .switchToAllApps() in testAddDeleteShortcutOnHotseat()
DTaplDragTest.java123 .switchToAllApps(); in testDragShortcut()
153 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testDragShortcutToMultipleWorkspaceCells()
200 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testDragAppIcon()
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/
DTaplAppIconMenuTest.java56 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchMenuItem()
81 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchHomeScreenMenuItem()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsSplitscreen.java76 .switchToAllApps() in testSplitAppFromHomeWithItself()
83 .switchToAllApps() in testSplitAppFromHomeWithItself()
DTaplTestsTrackpad.java110 mLauncher.getWorkspace().switchToAllApps()); in testAllAppsFromHome()
DTaplTestsKeyboardQuickSwitch.java180 kqs = mLauncher.goHome().switchToAllApps().showQuickSwitchView(); in runTest()
DTaplPrivateSpaceTest.java67 mLauncher.getWorkspace().switchToAllApps(); in setUp()
DTaplTestsQuickstep.java119 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
379 mLauncher.getWorkspace().switchToAllApps().pressBackToWorkspace(); in testPressBack()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/
DTaplTestsPredictionRow.java28 mLauncher.getWorkspace().switchToAllApps(); in setUp()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DBaseLauncherTaplTest.java505 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in createShortcutIfNotExist()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java84 public HomeAllApps switchToAllApps() { in switchToAllApps() method in Workspace