Searched refs:mainShortcutInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinator.java | 1107 @Nullable ShortcutInfo mainShortcutInfo, @Nullable Bundle mainOptions, in startWithLegacyTransition() argument 1111 mainShortcutInfo, mainOptions, sidePosition, snapPosition, adapter, instanceId); in startWithLegacyTransition() 1130 @Nullable ShortcutInfo mainShortcutInfo, @Nullable Bundle options, in startWithLegacyTransition() argument 1173 if (mainShortcutInfo != null) { in startWithLegacyTransition() 1174 wct.startShortcut(mContext.getPackageName(), mainShortcutInfo, options); in startWithLegacyTransition() local
|