Home
last modified time | relevance | path

Searched refs:mLauncher (Results 1 – 5 of 5) sorted by relevance

/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java51 private LauncherInstrumentation mLauncher; field in LauncherJankTests
68 mLauncher = new LauncherInstrumentation(getInstrumentation()); in setUp()
89 mLauncher.pressHome().switchToOverview(); in resetAndOpenRecents()
111 Overview overview = mLauncher.getOverview(); in testOpenAllAppsContainer()
118 mLauncher.pressHome().switchToAllApps(); in openAllApps()
136 final AllApps allApps = mLauncher.getAllApps(); in testAllAppsContainerSwipe()
144 mLauncher.pressHome().ensureWorkspaceIsScrollable(); in makeHomeScrollable()
162 final Workspace workspace = mLauncher.getWorkspace(); in testHomeScreenSwipe()
170 mLauncher.pressHome().openAllWidgets(); in openAllWidgets()
188 final Widgets widgets = mLauncher.getAllWidgets(); in testWidgetsContainerFling()
[all …]
DSystemUiJankTests.java120 private LauncherInstrumentation mLauncher; field in SystemUiJankTests
148 mLauncher = new LauncherInstrumentation(getInstrumentation()); in setUp()
187 mLauncher.pressHome().switchToOverview(); in resetRecents()
332 final Overview overview = mLauncher.getOverview(); in testRecentAppsFling()
346 final Overview overview = mLauncher.getOverview(); in testRecentAppsDismiss()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DNexusLauncherStrategy.java39 private LauncherInstrumentation mLauncher; field in NexusLauncherStrategy
52 mLauncher = new LauncherInstrumentation(InstrumentationRegistry.getInstrumentation()); in setUiDevice()
55 mLauncher = in setUiDevice()
171 return CommonLauncherHelper.getInstance(mDevice).launchApp(mLauncher, appName, packageName); in launch()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java83 private LauncherInstrumentation mLauncher; field in LatencyTests
114 mLauncher = new LauncherInstrumentation(getInstrumentation()); in setUp()
322 mLauncher.getBackground().switchToOverview(); in testAppToRecents()
DAppTransitionTests.java86 private LauncherInstrumentation mLauncher; field in AppTransitionTests
114 mLauncher = new LauncherInstrumentation(getInstrumentation()); in setUp()
288 mLauncher.getBackground().switchToOverview(); in testAppToRecents()
327 final Workspace workspace = mLauncher.pressHome(); in testHotLaunchFromRecents()