Home
last modified time | relevance | path

Searched refs:isIntentInPip (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java388 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(true); in testSplitIntentAndTaskWithPippedApp_launchFullscreen()
403 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(false); in testSplitIntentAndTaskWithPippedApp_launchFullscreen()
430 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(true); in testSplitIntentsWithPippedApp_launchFullscreen()
448 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(false); in testSplitIntentsWithPippedApp_launchFullscreen()
449 when(mDefaultMixedHandler.isIntentInPip(pendingIntent2)).thenReturn(true); in testSplitIntentsWithPippedApp_launchFullscreen()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultMixedHandler.java618 public boolean isIntentInPip(PendingIntent intent) { in isIntentInPip() method in DefaultMixedHandler
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java642 if (mMixedHandler != null && mMixedHandler.isIntentInPip(intent)) { in startIntent()
752 boolean firstIntentPipped = mMixedHandler.isIntentInPip(pendingIntent); in startIntentAndTask()
935 boolean firstIntentPipped = mMixedHandler.isIntentInPip(pendingIntent1); in handlePippedSplitIntentsLaunch()
936 boolean secondIntentPipped = mMixedHandler.isIntentInPip(pendingIntent2); in handlePippedSplitIntentsLaunch()