Home
last modified time | relevance | path

Searched refs:SPLIT_POSITION_BOTTOM_OR_RIGHT (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DStageCoordinatorTests.java25 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
163 mStageCoordinator.moveToStage(task, SPLIT_POSITION_BOTTOM_OR_RIGHT, wct); in testMoveToStage_splitActiveBackground()
165 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), eq(false)); in testMoveToStage_splitActiveBackground()
167 assertEquals(SPLIT_POSITION_BOTTOM_OR_RIGHT, mStageCoordinator.getSideStagePosition()); in testMoveToStage_splitActiveBackground()
181 mStageCoordinator.moveToStage(task, SPLIT_POSITION_BOTTOM_OR_RIGHT, wct); in testMoveToStage_splitActiveForeground()
183 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), eq(false)); in testMoveToStage_splitActiveForeground()
193 mStageCoordinator.moveToStage(task, SPLIT_POSITION_BOTTOM_OR_RIGHT, wct); in testMoveToStage_splitInctive()
195 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), eq(false)); in testMoveToStage_splitInctive()
220 mStageCoordinator.setSideStagePosition(SPLIT_POSITION_BOTTOM_OR_RIGHT, null); in testLayoutChanged_bottomRightSplitPosition_updatesUnfoldStageBounds()
308 mStageCoordinator.resolveStartStage(STAGE_TYPE_SIDE, SPLIT_POSITION_BOTTOM_OR_RIGHT, in testResolveStartStage_setsSideStagePosition()
[all …]
H A DSplitScreenControllerTests.java26 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
254 SPLIT_POSITION_BOTTOM_OR_RIGHT); in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated()
277 SPLIT_POSITION_BOTTOM_OR_RIGHT); in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitScreenConstants.java45 public static final int SPLIT_POSITION_BOTTOM_OR_RIGHT = 1; field in SplitScreenConstants
55 SPLIT_POSITION_BOTTOM_OR_RIGHT
76 case SPLIT_POSITION_BOTTOM_OR_RIGHT: in splitPositionToString()
H A DSplitScreenUtils.java21 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
40 return SPLIT_POSITION_BOTTOM_OR_RIGHT; in reverseSplitPosition()
41 case SPLIT_POSITION_BOTTOM_OR_RIGHT: in reverseSplitPosition()
H A DSplitLayout.java33 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
1112 mTargetDim1 = imeTargetPosition == SPLIT_POSITION_BOTTOM_OR_RIGHT && mImeShown
1120 final boolean needOffset = imeTargetPosition == SPLIT_POSITION_BOTTOM_OR_RIGHT
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
H A DTvSplitMenuView.java22 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
71 mListener.onFocusStage(SPLIT_POSITION_BOTTOM_OR_RIGHT); in onClick()
73 mListener.onCloseStage(SPLIT_POSITION_BOTTOM_OR_RIGHT); in onClick()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenShellCommandHandler.java19 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
60 ? new Integer(args[2]) : SPLIT_POSITION_BOTTOM_OR_RIGHT; in runMoveToSideStage()
H A DStageCoordinator.java41 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
179 private int mSideStagePosition = SPLIT_POSITION_BOTTOM_OR_RIGHT;
1479 mSplitLayout.flingDividerToDismiss(stageToClose == SPLIT_POSITION_BOTTOM_OR_RIGHT, in exitStage()
2072 mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT, in onStageHasChildrenChanged()
2077 mSideStagePosition != SPLIT_POSITION_BOTTOM_OR_RIGHT, in onStageHasChildrenChanged()
2118 bottomOrRight ? mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT in onSnappedToDismiss()
2893 leftOrTop = (mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT); in goToFullscreenFromSplit()
2904 leftOrTop = (mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT); in moveTaskToFullscreen()
H A DSplitScreenController.java28 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
445 leftOrTop ? SPLIT_POSITION_TOP_OR_LEFT : SPLIT_POSITION_BOTTOM_OR_RIGHT; in enterSplitScreen()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicyTest.java28 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
237 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), any()); in testDragAppOverFullscreenApp_expectSplitScreenTargets()
257 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), any()); in testDragAppOverFullscreenAppPhone_expectVerticalSplitScreenTargets()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java33 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
235 position = leftOrTop ? SPLIT_POSITION_TOP_OR_LEFT : SPLIT_POSITION_BOTTOM_OR_RIGHT; in handleDrop()
H A DDragLayout.java25 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
218 mSplitScreenController.getTaskInfo(SPLIT_POSITION_BOTTOM_OR_RIGHT); in prepare()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopTasksController.kt59 import com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT
767 SPLIT_POSITION_BOTTOM_OR_RIGHT, taskInfo.configuration.windowConfiguration.bounds)
860 SPLIT_POSITION_BOTTOM_OR_RIGHT, taskBounds)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java25 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
354 ? SPLIT_POSITION_BOTTOM_OR_RIGHT : SPLIT_POSITION_TOP_OR_LEFT; in onClick()
796 mSplitScreenController.getTaskInfo(SPLIT_POSITION_BOTTOM_OR_RIGHT); in getSplitScreenDecor()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java28 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT;
587 ? SPLIT_POSITION_TOP_OR_LEFT : SPLIT_POSITION_BOTTOM_OR_RIGHT); in exitPip()