Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java52 mLauncher.addContextLayer("want to fling forward in overview")) { in flingForward()
67 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in dismissAllTasks()
78 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in dismissAllTasks()
90 mLauncher.addContextLayer("want to fling backward in overview")) { in flingBackward()
108 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getCurrentTask()
DAllApps.java97 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getAppIcon()
114 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("scrolled")) { in getAppIcon()
144 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in scrollBackToBeginning()
165 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("scrolled up")) { in scrollBackToBeginning()
185 mLauncher.addContextLayer("want to fling forward in all apps")) { in flingForward()
199 mLauncher.addContextLayer("want to fling backward in all apps")) { in flingBackward()
DWorkspace.java58 mLauncher.addContextLayer("want to switch from workspace to all apps")) { in switchToAllApps()
78 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in switchToAllApps()
93 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetWorkspaceAppIcon()
111 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getWorkspaceAppIcon()
127 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in ensureWorkspaceIsScrollable()
210 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer("pressed Ctrl+W")) { in openAllWidgets()
DWidgets.java44 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in flingForward()
53 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("flung forward")) { in flingForward()
64 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in flingBackward()
73 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("flung back")) { in flingBackward()
DLauncherInstrumentation.java258 Closable addContextLayer(String piece) { in addContextLayer() method in LauncherInstrumentation
445 try (Closable c = addContextLayer( in verifyVisibleObjects()
556 try (LauncherInstrumentation.Closable c = addContextLayer( in pressHome()
586 try (LauncherInstrumentation.Closable c = addContextLayer( in pressHome()
600 try (LauncherInstrumentation.Closable c = addContextLayer("want to get workspace object")) { in getWorkspace()
624 try (LauncherInstrumentation.Closable c = addContextLayer("want to get widgets")) { in getAllWidgets()
631 try (LauncherInstrumentation.Closable c = addContextLayer("want to get widget cell")) { in getAddToHomeScreenPrompt()
644 try (LauncherInstrumentation.Closable c = addContextLayer("want to get overview")) { in getOverview()
659 try (LauncherInstrumentation.Closable c = addContextLayer("want to get all apps object")) { in getAllApps()
674 try (LauncherInstrumentation.Closable c = addContextLayer("want to get all apps object")) { in getAllAppsFromOverview()
DHome.java52 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchToOverview()
56 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in switchToOverview()
DOverview.java48 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchToAllApps()
64 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in switchToAllApps()
DAllAppsFromOverview.java45 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchBackToOverview()
60 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("swiped down")) { in switchBackToOverview()
DOverviewTask.java48 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in dismiss()
65 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in open()
DBackground.java54 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in switchToOverview()
122 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in quickSwitchToPreviousApp()