Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java736 Intent fillInIntent1 = null; in startIntentsWithLegacyTransition() local
742 fillInIntent1 = new Intent(); in startIntentsWithLegacyTransition()
743 fillInIntent1.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); in startIntentsWithLegacyTransition()
757 mStageCoordinator.startIntentsWithLegacyTransition(pendingIntent1, fillInIntent1, in startIntentsWithLegacyTransition()
767 Intent fillInIntent1 = null; in startIntents() local
777 fillInIntent1 = new Intent(); in startIntents()
778 fillInIntent1.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); in startIntents()
799 mStageCoordinator.startIntents(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntents()
H A DStageCoordinator.java749 void startIntents(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntents() argument
762 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
787 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
831 void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntentsWithLegacyTransition() argument
841 launchAsFullscreenWithRemoteAnimation(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntentsWithLegacyTransition()
850 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntentsWithLegacyTransition()