Searched refs:sourceBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ILauncherApps.aidl | 42 void startActivityAsUser(in ComponentName component, in Rect sourceBounds, in startActivityAsUser() argument 44 void showAppDetailsAsUser(in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser() argument 55 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut() argument
|
D | LauncherApps.java | 338 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity() argument 344 mService.startActivityAsUser(component, sourceBounds, opts, user); in startMainActivity() 360 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity() argument 362 mService.showAppDetailsAsUser(component, sourceBounds, opts, user); in startAppDetailsActivity() 586 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 588 return startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions, in startShortcut() 607 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() argument 609 sourceBounds, startActivityOptions, in startShortcut() 614 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 618 sourceBounds, startActivityOptions, userId); in startShortcut()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 435 Rect sourceBounds, Bundle startActivityOptions, int userId) { in startShortcut() argument 457 intent.setSourceBounds(sourceBounds); in startShortcut() 458 prepareIntentForLaunch(intent, sourceBounds); in startShortcut() 491 public void startActivityAsUser(ComponentName component, Rect sourceBounds, in startActivityAsUser() argument 500 prepareIntentForLaunch(launchIntent, sourceBounds); in startActivityAsUser() 542 @Nullable Rect sourceBounds) { in prepareIntentForLaunch() argument 543 launchIntent.setSourceBounds(sourceBounds); in prepareIntentForLaunch() 549 public void showAppDetailsAsUser(ComponentName component, Rect sourceBounds, in showAppDetailsAsUser() argument 563 intent.setSourceBounds(sourceBounds); in showAppDetailsAsUser()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 617 Rect sourceBounds) { in startSearch() argument 619 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds); in startSearch() 644 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch() argument 670 intent.setSourceBounds(sourceBounds); in startGlobalSearch()
|