/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/ |
H A D | SwitchBetweenSplitPairsBenchmark.kt | 43 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) 44 SplitScreenUtils.enterSplit(wmHelper, tapl, device, thirdApp, fourthApp)
|
H A D | DismissSplitScreenByGoHomeBenchmark.kt | 39 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) }
|
H A D | CopyContentInSplitBenchmark.kt | 43 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, textEditApp) }
|
H A D | DismissSplitScreenByDividerBenchmark.kt | 39 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) }
|
H A D | DragDividerToResizeBenchmark.kt | 41 setup { SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) }
|
H A D | SwitchBackToSplitFromHomeBenchmark.kt | 41 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | SwitchBackToSplitFromAnotherAppBenchmark.kt | 43 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | SwitchBackToSplitFromRecentBenchmark.kt | 41 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | SwitchAppByDoubleTapDividerBenchmark.kt | 43 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 D | SwitchBetweenSplitPairs.kt | 54 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp) 55 SplitScreenUtils.enterSplit(wmHelper, tapl, device, thirdApp, fourthApp)
|
H A D | DismissSplitScreenByGoHome.kt | 52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | DragDividerToResize.kt | 52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | CopyContentInSplit.kt | 54 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, textEditApp)
|
H A D | SwitchBackToSplitFromHome.kt | 52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | DismissSplitScreenByDivider.kt | 52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | SwitchBackToSplitFromAnotherApp.kt | 53 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | SwitchBackToSplitFromRecent.kt | 52 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
H A D | SwitchAppByDoubleTapDivider.kt | 55 SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
H A D | SplitTransitionTests.java | 214 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 D | AutoEnterPipFromSplitScreenOnGoToHomeTest.kt | 83 SplitScreenUtils.enterSplit(wmHelper, tapl, device, pipApp, secondAppForSplitScreen)
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/activityembedding/splitscreen/ |
H A D | EnterSystemSplitTest.kt | 70 SplitScreenUtils.enterSplit(wmHelper, tapl, device, testApp, secondaryApp)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMotionHelper.java | 330 private void expandLeavePip(boolean skipAnimation, boolean enterSplit) { in expandLeavePip() argument 338 mPipTaskOrganizer.exitPip(skipAnimation ? 0 : LEAVE_PIP_DURATION, enterSplit); in expandLeavePip()
|
H A D | PipMenuView.java | 207 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 D | SplitScreenUtils.kt | 99 fun enterSplit( regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizer.java | 1811 private boolean syncWithSplitScreenBounds(Rect destinationBoundsOut, boolean enterSplit) { in syncWithSplitScreenBounds() argument 1819 if (position == SPLIT_POSITION_UNDEFINED && !enterSplit) { in syncWithSplitScreenBounds() 1825 if (enterSplit) { in syncWithSplitScreenBounds()
|