/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinatorTests.java | 22 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 168 mStageCoordinator.moveToStage(task, SPLIT_POSITION_BOTTOM_OR_RIGHT, wct); in testMoveToStage_splitActiveBackground() 170 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), eq(false)); in testMoveToStage_splitActiveBackground() 172 assertEquals(SPLIT_POSITION_BOTTOM_OR_RIGHT, mStageCoordinator.getSideStagePosition()); in testMoveToStage_splitActiveBackground() 186 mStageCoordinator.moveToStage(task, SPLIT_POSITION_BOTTOM_OR_RIGHT, wct); in testMoveToStage_splitActiveForeground() 188 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), eq(false)); in testMoveToStage_splitActiveForeground() 189 assertEquals(SPLIT_POSITION_BOTTOM_OR_RIGHT, mStageCoordinator.getMainStagePosition()); in testMoveToStage_splitActiveForeground() 198 mStageCoordinator.moveToStage(task, SPLIT_POSITION_BOTTOM_OR_RIGHT, wct); in testMoveToStage_splitInctive() 200 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), eq(false)); in testMoveToStage_splitInctive() 201 assertEquals(SPLIT_POSITION_BOTTOM_OR_RIGHT, mStageCoordinator.getSideStagePosition()); in testMoveToStage_splitInctive() [all …]
|
D | SplitScreenControllerTests.java | 26 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 261 SPLIT_POSITION_BOTTOM_OR_RIGHT); in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated() 284 SPLIT_POSITION_BOTTOM_OR_RIGHT); in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitScreenConstants.java | 57 public static final int SPLIT_POSITION_BOTTOM_OR_RIGHT = 1; field in SplitScreenConstants 62 SPLIT_POSITION_BOTTOM_OR_RIGHT 138 case SPLIT_POSITION_BOTTOM_OR_RIGHT: in splitPositionToString()
|
D | SplitScreenUtils.java | 21 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 46 return SPLIT_POSITION_BOTTOM_OR_RIGHT; in reverseSplitPosition() 47 case SPLIT_POSITION_BOTTOM_OR_RIGHT: in reverseSplitPosition()
|
D | SplitLayout.java | 33 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 1161 mTargetDim1 = imeTargetPosition == SPLIT_POSITION_BOTTOM_OR_RIGHT && mImeShown 1169 final boolean needOffset = imeTargetPosition == SPLIT_POSITION_BOTTOM_OR_RIGHT
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/ |
D | TvSplitMenuView.java | 22 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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenShellCommandHandler.java | 19 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 65 ? new Integer(args[2]) : SPLIT_POSITION_BOTTOM_OR_RIGHT; in runMoveToSideStage()
|
D | StageCoordinator.java | 40 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 188 private int mSideStagePosition = SPLIT_POSITION_BOTTOM_OR_RIGHT; 1664 mSplitLayout.flingDividerToDismiss(stageToClose == SPLIT_POSITION_BOTTOM_OR_RIGHT, in exitStage() 1684 if (mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT) { in grantFocusToPosition() 2314 mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT, in onStageHasChildrenChanged() 2319 mSideStagePosition != SPLIT_POSITION_BOTTOM_OR_RIGHT, in onStageHasChildrenChanged() 2363 bottomOrRight ? mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT in onSnappedToDismiss() 3258 toEnd = (mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT); in goToFullscreenFromSplit() 3272 leftOrTop = (mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT); in moveTaskToFullscreen()
|
D | SplitScreenController.java | 31 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 435 leftOrTop ? SPLIT_POSITION_TOP_OR_LEFT : SPLIT_POSITION_BOTTOM_OR_RIGHT; in enterSplitScreen()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/ |
D | SplitScreenConstantsTest.kt | 41 SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT, in shouldKeepExistingConstantValues()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
D | DragToDesktopTransitionHandlerTest.kt | 21 import com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT 117 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), in startDragToDesktop_cancelledBeforeReady_verifySplitRightCancel() 216 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), in cancelDragToDesktop_splitRightCancelType_splitRequested()
|
D | DesktopTasksControllerTest.kt | 1549 SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | DragToDesktopTransitionHandler.kt | 33 import com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT in <lambda>() 225 SPLIT_POSITION_BOTTOM_OR_RIGHT in <lambda>() 438 SPLIT_POSITION_BOTTOM_OR_RIGHT in <lambda>() 715 if (splitPos == SPLIT_POSITION_BOTTOM_OR_RIGHT) { in <lambda>() 718 SPLIT_POSITION_BOTTOM_OR_RIGHT in <lambda>()
|
D | DesktopTasksController.kt | 66 import com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT in <lambda>() 1160 if (leftOrTop) SPLIT_POSITION_TOP_OR_LEFT else SPLIT_POSITION_BOTTOM_OR_RIGHT, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionRecentsViewController.kt | 40 import com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT in <lambda>() 202 if (isLeftTopTask) SPLIT_POSITION_TOP_OR_LEFT else SPLIT_POSITION_BOTTOM_OR_RIGHT in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | HandleMenuTest.kt | 43 import com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT 151 createTaskInfo(WINDOWING_MODE_MULTI_WINDOW, SPLIT_POSITION_BOTTOM_OR_RIGHT) in testSplitRightMenu_usesSystemViewContainer()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropPolicyTest.java | 30 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 315 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), any()); in dragOverFullscreenApp_expectSplitScreenTargets() 335 eq(SPLIT_POSITION_BOTTOM_OR_RIGHT), any()); in dragOverFullscreenAppPhone_expectVerticalSplitScreenTargets()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | HandleMenu.java | 26 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 296 if (splitPosition == SPLIT_POSITION_BOTTOM_OR_RIGHT) { in updateGlobalMenuPosition() 376 == SPLIT_POSITION_BOTTOM_OR_RIGHT) { in isValidMenuInput()
|
D | DesktopModeWindowDecorViewModel.java | 34 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 979 mSplitScreenController.getTaskInfo(SPLIT_POSITION_BOTTOM_OR_RIGHT); in getSplitScreenDecor() 1110 .getSplitPosition(taskId) == SPLIT_POSITION_BOTTOM_OR_RIGHT in getOtherSplitTask() 1111 ? SPLIT_POSITION_TOP_OR_LEFT : SPLIT_POSITION_BOTTOM_OR_RIGHT; in getOtherSplitTask()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropPolicy.java | 35 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 243 position = leftOrTop ? SPLIT_POSITION_TOP_OR_LEFT : SPLIT_POSITION_BOTTOM_OR_RIGHT; in handleDrop()
|
D | DragLayout.java | 27 import static com.android.wm.shell.common.split.SplitScreenConstants.SPLIT_POSITION_BOTTOM_OR_RIGHT; 297 mSplitScreenController.getTaskInfo(SPLIT_POSITION_BOTTOM_OR_RIGHT); in prepare()
|