Searched refs:shortcutInfo1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | ISplitScreen.aidl | 136 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntentsWithLegacyTransition() argument 144 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntents() argument
|
D | SplitScreenController.java | 749 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntentsWithLegacyTransition() argument 776 shortcutInfo1, options1, pendingIntent2, fillInIntent2, shortcutInfo2, options2, in startIntentsWithLegacyTransition() 781 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() argument 801 if (shortcutInfo1 != null) { in startIntents() 822 mStageCoordinator.startIntents(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntents() 1365 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntentsWithLegacyTransition() argument 1373 shortcutInfo1, options1, pendingIntent2, userId2, shortcutInfo2, in startIntentsWithLegacyTransition() 1380 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() argument 1387 controller.startIntents(pendingIntent1, userId1, shortcutInfo1, in startIntents()
|
D | StageCoordinator.java | 854 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() argument 868 if (shortcutInfo1 != null) { in startIntents() 869 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntents() local 882 shortcutInfo1, in startIntents() 908 if (shortcutInfo1 != null) { in startIntents() 909 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); 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() 997 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntentsWithLegacyTransition() argument [all …]
|