Searched refs:startShortcut (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseActivity.java | 325 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut() method in BaseActivity 331 getSystemService(LauncherApps.class).startShortcut(packageName, id, sourceBounds, in startShortcut()
|
D | BaseDraggingActivity.java | 255 startShortcut(packageName, id, intent.getSourceBounds(), optsBundle, info.user); in startShortcutIntentSafely()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 555 public void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method in SystemUiProxy 559 mSplitScreen.startShortcut(packageName, shortcutId, stage, position, options, in startShortcut()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarActivityContext.java | 291 .startShortcut(packageName, id, null, null, info.user); in onTaskbarIconClicked()
|