Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java754 Intent fillInIntent1 = null; in startIntentsWithLegacyTransition() local
760 fillInIntent1 = new Intent(); in startIntentsWithLegacyTransition()
761 fillInIntent1.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); in startIntentsWithLegacyTransition()
775 mStageCoordinator.startIntentsWithLegacyTransition(pendingIntent1, fillInIntent1, in startIntentsWithLegacyTransition()
786 Intent fillInIntent1 = null; in startIntents() local
797 fillInIntent1 = new Intent(); in startIntents()
798 fillInIntent1.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); in startIntents()
822 mStageCoordinator.startIntents(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntents()
DStageCoordinator.java853 void startIntents(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntents() argument
871 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
885 fillInIntent1, in startIntents()
911 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
933 Intent fillInIntent1, Intent fillInIntent2, RemoteTransition remoteTransition) { in handlePippedSplitIntentsLaunch() argument
947 Intent fillInIntentToLaunch = secondIntentPipped ? fillInIntent1 : fillInIntent2; in handlePippedSplitIntentsLaunch()
996 void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntentsWithLegacyTransition() argument
1006 launchAsFullscreenWithRemoteAnimation(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntentsWithLegacyTransition()
1015 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntentsWithLegacyTransition()