Home
last modified time | relevance | path

Searched refs:addContextLayer (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverviewActions.java43 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in clickAndDismissContentPush()
48 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in clickAndDismissContentPush()
63 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in clickAndDismissScreenshot()
69 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in clickAndDismissScreenshot()
81 try (LauncherInstrumentation.Closable c2 = mLauncher.addContextLayer( in clickAndDismissScreenshot()
99 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in clickAndDismissShare()
104 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in clickAndDismissShare()
108 try (LauncherInstrumentation.Closable c2 = mLauncher.addContextLayer( in clickAndDismissShare()
127 mLauncher.addContextLayer("want to click select button")) { in clickSelect()
131 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in clickSelect()
[all …]
DWorkspace.java72 mLauncher.addContextLayer("want to switch from workspace to all apps")) { in switchToAllApps()
95 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in switchToAllApps()
110 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetWorkspaceAppIcon()
128 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getWorkspaceAppIcon()
145 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in ensureWorkspaceIsScrollable()
249 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer("pressed Ctrl+W")) { in openAllWidgets()
267 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetWidget()
278 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetPendingWidget()
DBaseOverview.java56 mLauncher.addContextLayer("want to fling forward in overview")) { in flingForwardImpl()
71 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in dismissAllTasks()
92 mLauncher.addContextLayer("want to fling backward in overview")) { in flingBackward()
124 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getTasks()
146 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getOverviewActions()
DAllApps.java110 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getAppIcon()
125 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("scrolled")) { in getAppIcon()
167 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in scrollBackToBeginning()
190 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("scrolled up")) { in scrollBackToBeginning()
212 mLauncher.addContextLayer("want to fling forward in all apps")) { in flingForward()
227 mLauncher.addContextLayer("want to fling backward in all apps")) { in flingBackward()
DWidgets.java51 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in flingForward()
61 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("flung forward")) { in flingForward()
73 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in flingBackward()
82 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("flung back")) { in flingBackward()
102 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getWidget()
DOverview.java49 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchToAllApps()
66 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in switchToAllApps()
76 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in dismissAllTasks()
DLauncherInstrumentation.java325 Closable addContextLayer(String piece) { in addContextLayer() method in LauncherInstrumentation
599 try (Closable c = addContextLayer( in verifyVisibleObjects()
669 try (LauncherInstrumentation.Closable c = addContextLayer(actionName)) { in executeAndWaitForEvent()
711 try (LauncherInstrumentation.Closable c = addContextLayer( in pressHome()
752 try (LauncherInstrumentation.Closable c = addContextLayer( in pressHome()
776 try (LauncherInstrumentation.Closable c = addContextLayer("want to get workspace object")) { in getWorkspace()
800 try (LauncherInstrumentation.Closable c = addContextLayer("want to get widgets")) { in getAllWidgets()
807 try (LauncherInstrumentation.Closable c = addContextLayer("want to get widget cell")) { in getAddToHomeScreenPrompt()
820 try (LauncherInstrumentation.Closable c = addContextLayer("want to get overview")) { in getOverview()
835 try (LauncherInstrumentation.Closable c = addContextLayer("want to get all apps object")) { in getAllApps()
[all …]
DHome.java50 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchToOverview()
54 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in switchToOverview()
DSelectModeButtons.java42 mLauncher.addContextLayer("want to click close button")) { in clickClose()
45 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in clickClose()
DAllAppsFromOverview.java46 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchBackToOverview()
62 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("swiped down")) { in switchBackToOverview()
DBackground.java61 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchToOverview()
166 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in quickSwitch()
DOverviewTask.java55 LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in dismiss()