Home
last modified time | relevance | path

Searched refs:workspace (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java204 final Workspace workspace = launcher.pressHome(); in launchApp() local
205 AppIcon icon = workspace.tryGetWorkspaceAppIcon(appName); in launchApp()
207 icon = workspace.switchToAllApps().getAppIcon(appName); in launchApp()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java162 final Workspace workspace = mLauncher.getWorkspace(); in testHomeScreenSwipe() local
164 workspace.flingForward(); in testHomeScreenSwipe()
165 workspace.flingBackward(); in testHomeScreenSwipe()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java327 final Workspace workspace = mLauncher.pressHome(); in testHotLaunchFromRecents() local
333 workspace.switchToOverview().getCurrentTask().open(); in testHotLaunchFromRecents()