Searched refs:mainShortcutInfo (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | StageCoordinator.java | 942 @Nullable ShortcutInfo mainShortcutInfo, @Nullable Bundle mainOptions, in startWithLegacyTransition() argument 946 mainShortcutInfo, mainOptions, sidePosition, splitRatio, adapter, instanceId); in startWithLegacyTransition() 964 @Nullable ShortcutInfo mainShortcutInfo, @Nullable Bundle options, in startWithLegacyTransition() argument 1007 if (mainShortcutInfo != null) { in startWithLegacyTransition() 1008 wct.startShortcut(mContext.getPackageName(), mainShortcutInfo, options); in startWithLegacyTransition() local
|