Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java755 Intent fillInIntent2 = null; in startIntentsWithLegacyTransition() local
762 fillInIntent2 = new Intent(); in startIntentsWithLegacyTransition()
763 fillInIntent2.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); in startIntentsWithLegacyTransition()
776 shortcutInfo1, options1, pendingIntent2, fillInIntent2, shortcutInfo2, options2, in startIntentsWithLegacyTransition()
787 Intent fillInIntent2 = null; in startIntents() local
820 fillInIntent2 = resolveWidgetFillinIntent(widgetIntent, setSecondIntentMultipleTask); in startIntents()
823 activityOptions1.toBundle(), pendingIntent2, fillInIntent2, shortcutInfo2, in startIntents()
937 Intent fillInIntent2 = null; in resolveWidgetFillinIntent() local
939 fillInIntent2 = widgetIntent; in resolveWidgetFillinIntent()
940 fillInIntent2.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); in resolveWidgetFillinIntent()
[all …]
DStageCoordinator.java855 @Nullable PendingIntent pendingIntent2, Intent fillInIntent2, in startIntents() argument
886 fillInIntent2, in startIntents()
918 wct.sendPendingIntent(pendingIntent2, fillInIntent2, options2); in startIntents()
933 Intent fillInIntent1, Intent fillInIntent2, RemoteTransition remoteTransition) { in handlePippedSplitIntentsLaunch() argument
947 Intent fillInIntentToLaunch = secondIntentPipped ? fillInIntent1 : fillInIntent2; in handlePippedSplitIntentsLaunch()
998 @Nullable PendingIntent pendingIntent2, Intent fillInIntent2, in startIntentsWithLegacyTransition() argument
1019 startWithLegacyTransition(wct, pendingIntent2, fillInIntent2, shortcutInfo2, options2, in startIntentsWithLegacyTransition()