Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java51 try (LauncherInstrumentation.Closable c = in flingForward()
67 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in dismissAllTasks()
78 try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( in dismissAllTasks()
89 try (LauncherInstrumentation.Closable c = 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()
184 try (LauncherInstrumentation.Closable c = in flingForward()
198 try (LauncherInstrumentation.Closable c = in flingBackward()
DWorkspace.java57 try (LauncherInstrumentation.Closable c = 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.java123 interface Closable extends AutoCloseable { interface in LauncherInstrumentation
258 Closable addContextLayer(String piece) { in addContextLayer()
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()
[all …]
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()