Home
last modified time | relevance | path

Searched refs:launchAppPair (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DAppPairsControllerTest.kt108 doNothing().whenever(spyAppPairsController).launchAppPair(any(), any()) in setup()
213 verify(spyAppPairsController, never()).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldDoNothingWhenAppsAreAlreadyRunning()
237 verify(spyAppPairsController, never()).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchApp2ToRightWhenApp1IsOnLeft()
261 verify(spyAppPairsController, never()).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchApp2ToLeftWhenApp1IsOnRight()
285 verify(spyAppPairsController, never()).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchApp1ToRightWhenApp2IsOnLeft()
309 verify(spyAppPairsController, never()).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchApp1ToLeftWhenApp2IsOnRight()
333 verify(spyAppPairsController, times(1)).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchAppPairNormallyWhenUnrelatedPairIsOnScreen()
357 verify(spyAppPairsController, never()).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchApp2ToRightWhenApp1IsFullscreen()
381 verify(spyAppPairsController, never()).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchApp1ToLeftWhenApp2IsFullscreen()
405 verify(spyAppPairsController, times(1)).launchAppPair(any(), any()) in handleAppPairLaunchInApp_shouldLaunchAppPairNormallyWhenUnrelatedSingleAppIsFullscreen()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java238 public void launchAppPair(AppPairIcon appPairIcon, int cuj) { in launchAppPair() method in AppPairsController
374 launchAppPair(launchingIconView, in handleAppPairLaunchInApp()
420 launchAppPair(launchingIconView, in handleAppPairLaunchInApp()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java202 launcher.launchAppPair(icon); in onClickAppPairIcon()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1390 public void launchAppPair(AppPairIcon appPairIcon) { in launchAppPair() method in QuickstepLauncher
1391 mSplitSelectStateController.getAppPairsController().launchAppPair(appPairIcon, in launchAppPair()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1265 .launchAppPair((AppPairIcon) launchingIconView, in launchFromOverviewTaskbar()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java3118 public void launchAppPair(AppPairIcon appPairIcon) {