Searched defs:sourceBounds (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSearchManager.java617 Rect sourceBounds) {
619 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds);
644 Bundle appSearchData, Rect sourceBounds) {
670 intent.setSourceBounds(sourceBounds);
612 startSearch(String initialQuery, boolean selectInitialQuery, ComponentName launchActivity, Bundle appSearchData, boolean globalSearch, Rect sourceBounds) argument
643 startGlobalSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) argument
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java398 * @param sourceBounds The Rect containing the source bounds of the clicked icon
401 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, argument
407 mService.startActivityAsUser(component, sourceBounds, opts, user);
419 * @param sourceBounds The Rect containing the source bounds of the clicked icon
423 Rect sourceBounds, Bundle opts) {
425 mService.showAppDetailsAsUser(component, sourceBounds, opts, user);
705 * @param sourceBounds The Rect containing the source bounds of the clicked icon.
715 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions,
717 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions,
728 * @param sourceBounds Th
422 startAppDetailsActivity(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
714 startShortcut(@onNull String packageName, @NonNull String shortcutId, @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, @NonNull UserHandle user) argument
736 startShortcut(@onNull ShortcutInfo shortcut, @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) argument
743 startShortcut(@onNull String packageName, @NonNull String shortcutId, @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, int userId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java440 Rect sourceBounds, Bundle startActivityOptions, int userId) {
463 intents[0].setSourceBounds(sourceBounds);
514 public void startActivityAsUser(ComponentName component, Rect sourceBounds, argument
523 launchIntent.setSourceBounds(sourceBounds);
567 public void showAppDetailsAsUser(ComponentName component, Rect sourceBounds, argument
581 intent.setSourceBounds(sourceBounds);
439 startShortcut(String callingPackage, String packageName, String shortcutId, Rect sourceBounds, Bundle startActivityOptions, int userId) argument

Completed in 51 milliseconds