Home
last modified time | relevance | path

Searched refs:tapl (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/
DEnterSplitScreenByDragFromTaskbar.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
40 private val tapl = LauncherInstrumentation() constant
50 Assume.assumeTrue(tapl.isTablet) in setup()
52 tapl.setEnableRotation(true) in setup()
53 tapl.setExpectedRotation(rotation.value) in setup()
55 tapl.enableBlockTimeout(true) in setup()
57 tapl.goHome() in setup()
58 SplitScreenUtils.createShortcutOnHotseatIfNotExist(tapl, secondaryApp.appName) in setup()
64 tapl.showTaskbarIfHidden() in enterSplitScreenByDragFromTaskbar()
65 tapl.launchedAppState.taskbar in enterSplitScreenByDragFromTaskbar()
[all …]
DEnterSplitScreenByDragFromShortcut.kt26 import com.android.launcher3.tapl.LauncherInstrumentation
41 private val tapl = LauncherInstrumentation() constant
51 Assume.assumeTrue(tapl.isTablet) in setup()
53 tapl.goHome() in setup()
54 SplitScreenUtils.createShortcutOnHotseatIfNotExist(tapl, secondaryApp.appName) in setup()
58 tapl.setEnableRotation(true) in setup()
59 tapl.setExpectedRotation(rotation.value) in setup()
61 tapl.enableBlockTimeout(true) in setup()
66 tapl.showTaskbarIfHidden() in enterSplitScreenByDragFromShortcut()
67 tapl.launchedAppState.taskbar in enterSplitScreenByDragFromShortcut()
[all …]
DEnterSplitScreenByDragFromAllApps.kt26 import com.android.launcher3.tapl.LauncherInstrumentation
41 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.splitscreen.scenarios.EnterSplitScreenByDragFromAllApps
51 Assume.assumeTrue(tapl.isTablet) in setup()
53 tapl.goHome() in setup()
58 tapl.setEnableRotation(true) in setup()
59 tapl.setExpectedRotation(rotation.value) in setup()
61 tapl.enableBlockTimeout(true) in setup()
66 tapl.showTaskbarIfHidden() in enterSplitScreenByDragFromAllApps()
67 tapl.launchedAppState.taskbar in enterSplitScreenByDragFromAllApps()
78 tapl.enableBlockTimeout(false) in teardown()
DSwitchBackToSplitFromRecent.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.splitscreen.scenarios.SwitchBackToSplitFromRecent
49 tapl.workspace.switchToOverview().dismissAllTasks() in setup()
51 tapl.setEnableRotation(true) in setup()
52 tapl.setExpectedRotation(rotation.value) in setup()
54 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation) in setup()
56 tapl.goHome() in setup()
62 tapl.workspace.switchToOverview().currentTask.open() in switchBackToSplitFromRecent()
DSwitchBackToSplitFromHome.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant
49 tapl.setEnableRotation(true) in setup()
50 tapl.setExpectedRotation(rotation.value) in setup()
52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation) in setup()
54 tapl.goHome() in setup()
60 tapl.workspace.quickSwitchToPreviousApp() in switchBackToSplitFromHome()
DSwitchBetweenSplitPairs.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.splitscreen.scenarios.SwitchBetweenSplitPairs
51 tapl.setEnableRotation(true) in setup()
52 tapl.setExpectedRotation(rotation.value) in setup()
54 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation) in setup()
55 SplitScreenUtils.enterSplit(wmHelper, tapl, device, thirdApp, fourthApp, rotation) in setup()
61 tapl.launchedAppState.quickSwitchToPreviousApp() in switchBetweenSplitPairs()
DDismissSplitScreenByGoHome.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant
49 tapl.setEnableRotation(true) in setup()
50 tapl.setExpectedRotation(rotation.value) in setup()
52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation) in setup()
57 tapl.goHome() in dismissSplitScreenByGoHome()
DEnterSplitScreenFromOverview.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant
51 tapl.goHome() in setup()
58 tapl.setEnableRotation(true) in setup()
59 tapl.setExpectedRotation(rotation.value) in setup()
64 SplitScreenUtils.splitFromOverview(tapl, device, rotation) in enterSplitScreenFromOverview()
DDismissSplitScreenByDivider.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.splitscreen.scenarios.DismissSplitScreenByDivider
49 tapl.setEnableRotation(true) in setup()
50 tapl.setExpectedRotation(rotation.value) in setup()
52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation) in setup()
57 if (tapl.isTablet) { in dismissSplitScreenByDivider()
DSwitchBackToSplitFromAnotherApp.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant
50 tapl.setEnableRotation(true) in setup()
51 tapl.setExpectedRotation(rotation.value) in setup()
53 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation) in setup()
61 tapl.launchedAppState.quickSwitchToPreviousApp() in switchBackToSplitFromAnotherApp()
DEnterSplitScreenByDragFromNotification.kt26 import com.android.launcher3.tapl.LauncherInstrumentation
42 private val tapl = LauncherInstrumentation() constant
53 Assume.assumeTrue(tapl.isTablet) in setup()
62 tapl.goHome() in setup()
64 tapl.setEnableRotation(true) in setup()
65 tapl.setExpectedRotation(rotation.value) in setup()
DDragDividerToResize.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant
49 tapl.setEnableRotation(true) in setup()
50 tapl.setExpectedRotation(rotation.value) in setup()
52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation) in setup()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/benchmark/
DEnterSplitScreenByDragFromTaskbarBenchmark.kt43 tapl.goHome() in <lambda>()
44 SplitScreenUtils.createShortcutOnHotseatIfNotExist(tapl, secondaryApp.appName) in <lambda>()
48 tapl.showTaskbarIfHidden() in <lambda>()
49 tapl.launchedAppState.taskbar in <lambda>()
58 Assume.assumeTrue(tapl.isTablet) in before()
59 tapl.enableBlockTimeout(true) in before()
64 tapl.enableBlockTimeout(false) in after()
DEnterSplitScreenByDragFromShortcutBenchmark.kt43 Assume.assumeTrue(tapl.isTablet) in before()
48 tapl.enableBlockTimeout(false) in after()
53 tapl.goHome() in <lambda>()
54 SplitScreenUtils.createShortcutOnHotseatIfNotExist(tapl, secondaryApp.appName) in <lambda>()
56 tapl.enableBlockTimeout(true) in <lambda>()
59 tapl.showTaskbarIfHidden() in <lambda>()
60 tapl.launchedAppState.taskbar in <lambda>()
DEnterSplitScreenByDragFromAllAppsBenchmark.kt44 tapl.goHome() in <lambda>()
46 tapl.enableBlockTimeout(true) in <lambda>()
49 tapl.showTaskbarIfHidden() in <lambda>()
50 tapl.launchedAppState.taskbar in <lambda>()
60 Assume.assumeTrue(tapl.isTablet) in before()
65 tapl.enableBlockTimeout(false) in after()
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/quickswitch/scenarios/
DQuickSwitchFromLauncher.kt24 import com.android.launcher3.tapl.LauncherInstrumentation
36 private val tapl = LauncherInstrumentation() constant
44 tapl.setExpectedRotationCheckEnabled(false) in setup()
46 tapl.setExpectedRotation(rotation.value) in setup()
49 tapl.goHome() in setup()
59 tapl.workspace.quickSwitchToPreviousApp() in quickSwitchFromLauncher()
DQuickSwitchBetweenTwoAppsBack.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
38 private val tapl = LauncherInstrumentation() constant in com.android.server.wm.flicker.service.quickswitch.scenarios.QuickSwitchBetweenTwoAppsBack
47 tapl.setExpectedRotation(rotation.value) in setup()
48 tapl.setIgnoreTaskbarVisibility(true) in setup()
57 tapl.launchedAppState.quickSwitchToPreviousApp() in quickSwitchBetweenTwoAppsBack()
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/notification/scenarios/
DOpenAppFromNotificationCold.kt26 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant in com.android.server.wm.flicker.service.notification.scenarios.OpenAppFromNotificationCold
59 tapl.setExpectedRotationCheckEnabled(false) in setup()
60 tapl.goHome() in setup()
61 tapl.workspace.switchToOverview() in setup()
62 tapl.overview.dismissAllTasks() in setup()
DOpenAppFromLockscreenNotificationCold.kt26 import com.android.launcher3.tapl.LauncherInstrumentation
39 private val tapl = LauncherInstrumentation() constant in com.android.server.wm.flicker.service.notification.scenarios.OpenAppFromLockscreenNotificationCold
59 tapl.setExpectedRotationCheckEnabled(false) in setup()
60 tapl.goHome() in setup()
61 tapl.workspace.switchToOverview() in setup()
62 tapl.overview.dismissAllTasks() in setup()
DOpenAppFromLockscreenNotificationWithOverlayApp.kt26 import com.android.launcher3.tapl.LauncherInstrumentation
40 private val tapl = LauncherInstrumentation() constant in com.android.server.wm.flicker.service.notification.scenarios.OpenAppFromLockscreenNotificationWithOverlayApp
63 tapl.setExpectedRotationCheckEnabled(false) in setup()
64 tapl.goHome() in setup()
65 tapl.workspace.switchToOverview() in setup()
66 tapl.overview.dismissAllTasks() in setup()
/frameworks/base/tests/FlickerTests/AppLaunch/src/com/android/server/wm/flicker/launch/
DOpenAppFromOverviewTest.kt69 tapl.setExpectedRotationCheckEnabled(false) in <lambda>()
71 tapl.goHome() in <lambda>()
75 tapl.setExpectedRotation(flicker.scenario.startRotation.value) in <lambda>()
77 tapl.setExpectedRotation(Rotation.ROTATION_0.value) in <lambda>()
79 tapl.workspace.switchToOverview() in <lambda>()
84 tapl.overview.currentTask.open() in <lambda>()
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/close/scenarios/
DCloseAppHomeButton.kt24 import com.android.launcher3.tapl.LauncherInstrumentation
36 private val tapl = LauncherInstrumentation() constant
44 tapl.setExpectedRotation(rotation.value) in setup()
46 tapl.setExpectedRotationCheckEnabled(false) in setup()
51 tapl.goHome() in closeAppHomeButton()
DCloseAppSwipeToHome.kt24 import com.android.launcher3.tapl.LauncherInstrumentation
36 private val tapl = LauncherInstrumentation() constant in com.android.server.wm.flicker.service.close.scenarios.CloseAppSwipeToHome
44 tapl.setExpectedRotation(rotation.value) in setup()
46 tapl.setExpectedRotationCheckEnabled(false) in setup()
51 tapl.goHome() in closeAppSwipeToHome()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/
DSwitchBetweenSplitPairsNoPip.kt64 tapl.goHome() in <lambda>()
67 tapl, in <lambda>()
75 tapl, in <lambda>()
85 tapl.launchedAppState.quickSwitchToPreviousApp() in <lambda>()
122 landscapePosLeft = tapl.isTablet, in primaryAppBoundsIsVisibleAtEnd()
131 landscapePosLeft = !tapl.isTablet, in primaryAppBoundsIsVisibleAtEnd()
145 landscapePosLeft = !tapl.isTablet, in primaryAppBoundsIsVisibleAtEnd()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/desktopmode/scenarios/
DEnterDesktopWithDrag.kt25 import com.android.launcher3.tapl.LauncherInstrumentation
44 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.desktopmode.scenarios.EnterDesktopWithDrag
53 Assume.assumeTrue(Flags.enableDesktopWindowingMode() && tapl.isTablet) in setup()
54 tapl.setEnableRotation(true) in setup()
55 tapl.setExpectedRotation(rotation.value) in setup()

12345