Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/
H A DSwitchBetweenSplitPairsBenchmark.kt43 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
44 SplitScreenUtils.enterSplit(wmHelper, tapl, device, thirdApp, fourthApp)
H A DDismissSplitScreenByGoHomeBenchmark.kt39 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) }
H A DCopyContentInSplitBenchmark.kt43 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, textEditApp) }
H A DDismissSplitScreenByDividerBenchmark.kt39 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) }
H A DDragDividerToResizeBenchmark.kt41 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) }
H A DSwitchBackToSplitFromHomeBenchmark.kt41 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DSwitchBackToSplitFromAnotherAppBenchmark.kt43 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DSwitchBackToSplitFromRecentBenchmark.kt41 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DSwitchAppByDoubleTapDividerBenchmark.kt43 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) }
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/
H A DSwitchBetweenSplitPairs.kt54 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
55 SplitScreenUtils.enterSplit(wmHelper, tapl, device, thirdApp, fourthApp)
H A DDismissSplitScreenByGoHome.kt52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DDragDividerToResize.kt52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DCopyContentInSplit.kt54 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, textEditApp)
H A DSwitchBackToSplitFromHome.kt52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DDismissSplitScreenByDivider.kt52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DSwitchBackToSplitFromAnotherApp.kt53 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DSwitchBackToSplitFromRecent.kt52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
H A DSwitchAppByDoubleTapDivider.kt55 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitTransitionTests.java214 enterSplit(); in testMonitorInSplit()
267 enterSplit(); in testEnterRecentsAndCommit()
301 enterSplit(); in testEnterRecentsAndRestore()
340 enterSplit(); in testDismissFromMultiWindowSupport()
361 enterSplit(); in testDismissSnap()
384 enterSplit(); in testDismissFromAppFinish()
418 private void enterSplit() { in enterSplit() method in SplitTransitionTests
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DAutoEnterPipFromSplitScreenOnGoToHomeTest.kt83 SplitScreenUtils.enterSplit(wmHelper, tapl, device, pipApp, secondAppForSplitScreen)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/activityembedding/splitscreen/
H A DEnterSystemSplitTest.kt70 SplitScreenUtils.enterSplit(wmHelper, tapl, device, testApp, secondaryApp)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java330 private void expandLeavePip(boolean skipAnimation, boolean enterSplit) { in expandLeavePip() argument
338 mPipTaskOrganizer.exitPip(skipAnimation ? 0 : LEAVE_PIP_DURATION, enterSplit); in expandLeavePip()
H A DPipMenuView.java207 enterSplit(); in PipMenuView()
611 private void enterSplit() { in enterSplit() method
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DSplitScreenUtils.kt99 fun enterSplit( regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java1811 private boolean syncWithSplitScreenBounds(Rect destinationBoundsOut, boolean enterSplit) { in syncWithSplitScreenBounds() argument
1819 if (position == SPLIT_POSITION_UNDEFINED && !enterSplit) { in syncWithSplitScreenBounds()
1825 if (enterSplit) { in syncWithSplitScreenBounds()