Home
last modified time | relevance | path

Searched refs:launchToSide (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DAppPairsControllerTest.kt111 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), anyOrNull()) in setup()
215 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), anyOrNull()) in handleAppPairLaunchInApp_shouldDoNothingWhenAppsAreAlreadyRunning()
239 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), eq(STAGE_POSITION_BOTTOM_OR_RIGHT)) in handleAppPairLaunchInApp_shouldLaunchApp2ToRightWhenApp1IsOnLeft()
263 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), eq(STAGE_POSITION_TOP_OR_LEFT)) in handleAppPairLaunchInApp_shouldLaunchApp2ToLeftWhenApp1IsOnRight()
287 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), eq(STAGE_POSITION_BOTTOM_OR_RIGHT)) in handleAppPairLaunchInApp_shouldLaunchApp1ToRightWhenApp2IsOnLeft()
311 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), eq(STAGE_POSITION_TOP_OR_LEFT)) in handleAppPairLaunchInApp_shouldLaunchApp1ToLeftWhenApp2IsOnRight()
335 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), anyOrNull()) in handleAppPairLaunchInApp_shouldLaunchAppPairNormallyWhenUnrelatedPairIsOnScreen()
359 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), eq(STAGE_POSITION_BOTTOM_OR_RIGHT)) in handleAppPairLaunchInApp_shouldLaunchApp2ToRightWhenApp1IsFullscreen()
383 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), eq(STAGE_POSITION_TOP_OR_LEFT)) in handleAppPairLaunchInApp_shouldLaunchApp1ToLeftWhenApp2IsFullscreen()
407 .launchToSide(anyOrNull(), anyOrNull(), anyOrNull(), anyOrNull()) in handleAppPairLaunchInApp_shouldLaunchAppPairNormallyWhenUnrelatedSingleAppIsFullscreen()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java397 launchToSide(context, launchingIconView.getInfo(), appToLaunch, in handleAppPairLaunchInApp()
434 launchToSide(context, launchingIconView.getInfo(), appToLaunch, in handleAppPairLaunchInApp()
452 public void launchToSide( in launchToSide() method in AppPairsController