Searched refs:shortcutInfo2 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | ISplitScreen.aidl | 137 int userId2, in ShortcutInfo shortcutInfo2, in Bundle options2, int splitPosition, in startIntentsWithLegacyTransition() argument 145 int userId2, in ShortcutInfo shortcutInfo2, in Bundle options2, int splitPosition, in startIntents() argument
|
D | SplitScreenController.java | 750 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition() argument 776 shortcutInfo1, options1, pendingIntent2, fillInIntent2, shortcutInfo2, options2, in startIntentsWithLegacyTransition() 782 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents() argument 804 if (shortcutInfo2 != null) { in startIntents() 823 activityOptions1.toBundle(), pendingIntent2, fillInIntent2, shortcutInfo2, in startIntents() 1366 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition() argument 1373 shortcutInfo1, options1, pendingIntent2, userId2, shortcutInfo2, in startIntentsWithLegacyTransition() 1381 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents() argument 1388 options1, pendingIntent2, userId2, shortcutInfo2, options2, in startIntents()
|
D | StageCoordinator.java | 856 @Nullable ShortcutInfo shortcutInfo2, @Nullable Bundle options2, in startIntents() argument 883 shortcutInfo2, in startIntents() 915 if (shortcutInfo2 != null) { in startIntents() 916 wct.startShortcut(mContext.getPackageName(), shortcutInfo2, options2); in startIntents() local 932 ShortcutInfo shortcutInfo1, ShortcutInfo shortcutInfo2, WindowContainerTransaction wct, in handlePippedSplitIntentsLaunch() argument 941 if (shortcutInfo1 != null || shortcutInfo2 != null) { in handlePippedSplitIntentsLaunch() 942 ShortcutInfo infoToLaunch = secondIntentPipped ? shortcutInfo1 : shortcutInfo2; in handlePippedSplitIntentsLaunch() 999 @Nullable ShortcutInfo shortcutInfo2, @Nullable Bundle options2, in startIntentsWithLegacyTransition() argument 1019 startWithLegacyTransition(wct, pendingIntent2, fillInIntent2, shortcutInfo2, options2, in startIntentsWithLegacyTransition()
|