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/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java493 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) {
514 intents[0].setSourceBounds(sourceBounds);
565 ComponentName component, Rect sourceBounds,
573 launchIntent.setSourceBounds(sourceBounds);
628 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException {
640 intent.setSourceBounds(sourceBounds);
492 startShortcut(String callingPackage, String packageName, String shortcutId, Rect sourceBounds, Bundle startActivityOptions, int targetUserId) argument
564 startActivityAsUser(IApplicationThread caller, String callingPackage, ComponentName component, Rect sourceBounds, Bundle opts, UserHandle user) argument
626 showAppDetailsAsUser(IApplicationThread caller, String callingPackage, ComponentName component, Rect sourceBounds, Bundle opts, UserHandle user) argument
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java541 * @param sourceBounds The Rect containing the source bounds of the clicked icon
544 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, argument
553 component, sourceBounds, opts, user);
565 * @param sourceBounds The Rect containing the source bounds of the clicked icon
569 Rect sourceBounds, Bundle opts) {
574 component, sourceBounds, opts, user);
1018 * @param sourceBounds The Rect containing the source bounds of the clicked icon.
1028 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions,
1032 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions,
1043 * @param sourceBounds Th
568 startAppDetailsActivity(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
1027 startShortcut(@onNull String packageName, @NonNull String shortcutId, @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, @NonNull UserHandle user) argument
1051 startShortcut(@onNull ShortcutInfo shortcut, @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) argument
1058 startShortcut(@onNull String packageName, @NonNull String shortcutId, @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, int userId) argument
[all...]

Completed in 46 milliseconds