/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/ |
D | EnterSplitScreenByDragFromTaskbar.kt | 25 import com.android.launcher3.tapl.LauncherInstrumentation 40 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.splitscreen.scenarios.EnterSplitScreenByDragFromTaskbar 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 …]
|
D | EnterSplitScreenByDragFromShortcut.kt | 26 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 …]
|
D | EnterSplitScreenByDragFromAllApps.kt | 26 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()
|
D | SwitchBackToSplitFromRecent.kt | 25 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()
|
D | SwitchBackToSplitFromHome.kt | 25 import com.android.launcher3.tapl.LauncherInstrumentation 39 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.splitscreen.scenarios.SwitchBackToSplitFromHome 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()
|
D | SwitchBetweenSplitPairs.kt | 25 import com.android.launcher3.tapl.LauncherInstrumentation 39 private val tapl = LauncherInstrumentation() constant 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()
|
D | DismissSplitScreenByGoHome.kt | 25 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()
|
D | EnterSplitScreenFromOverview.kt | 25 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()
|
D | DismissSplitScreenByDivider.kt | 25 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 if (tapl.isTablet) { in dismissSplitScreenByDivider()
|
D | SwitchBackToSplitFromAnotherApp.kt | 25 import com.android.launcher3.tapl.LauncherInstrumentation 39 private val tapl = LauncherInstrumentation() constant in com.android.wm.shell.flicker.service.splitscreen.scenarios.SwitchBackToSplitFromAnotherApp 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()
|
D | EnterSplitScreenByDragFromNotification.kt | 26 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()
|
D | DragDividerToResize.kt | 25 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/ |
D | EnterSplitScreenByDragFromTaskbarBenchmark.kt | 43 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()
|
D | EnterSplitScreenByDragFromShortcutBenchmark.kt | 43 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>()
|
D | EnterSplitScreenByDragFromAllAppsBenchmark.kt | 44 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/ |
D | QuickSwitchFromLauncher.kt | 24 import com.android.launcher3.tapl.LauncherInstrumentation 36 private val tapl = LauncherInstrumentation() constant in com.android.server.wm.flicker.service.quickswitch.scenarios.QuickSwitchFromLauncher 44 tapl.setExpectedRotationCheckEnabled(false) in setup() 46 tapl.setExpectedRotation(rotation.value) in setup() 49 tapl.goHome() in setup() 59 tapl.workspace.quickSwitchToPreviousApp() in quickSwitchFromLauncher()
|
D | QuickSwitchBetweenTwoAppsBack.kt | 25 import com.android.launcher3.tapl.LauncherInstrumentation 38 private val tapl = LauncherInstrumentation() constant 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/ |
D | OpenAppFromNotificationCold.kt | 26 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()
|
D | OpenAppFromLockscreenNotificationCold.kt | 26 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()
|
D | OpenAppFromLockscreenNotificationWithOverlayApp.kt | 26 import com.android.launcher3.tapl.LauncherInstrumentation 40 private val tapl = LauncherInstrumentation() constant 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/ |
D | OpenAppFromOverviewTest.kt | 69 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/ |
D | CloseAppHomeButton.kt | 24 import com.android.launcher3.tapl.LauncherInstrumentation 36 private val tapl = LauncherInstrumentation() constant in com.android.server.wm.flicker.service.close.scenarios.CloseAppHomeButton 44 tapl.setExpectedRotation(rotation.value) in setup() 46 tapl.setExpectedRotationCheckEnabled(false) in setup() 51 tapl.goHome() in closeAppHomeButton()
|
D | CloseAppSwipeToHome.kt | 24 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 closeAppSwipeToHome()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/ |
D | SwitchBetweenSplitPairsNoPip.kt | 64 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/ |
D | EnterDesktopWithDrag.kt | 25 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()
|