Searched refs:sourceBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ILauncherApps.aidl | 36 void startActivityAsUser(in ComponentName component, in Rect sourceBounds, in startActivityAsUser() argument 38 void showAppDetailsAsUser(in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser() argument
|
D | LauncherApps.java | 217 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity() argument 223 mService.startActivityAsUser(component, sourceBounds, opts, user); in startMainActivity() 239 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity() argument 241 mService.showAppDetailsAsUser(component, sourceBounds, opts, user); in startAppDetailsActivity()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 622 Rect sourceBounds) { in startSearch() argument 624 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds); in startSearch() 649 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch() argument 675 intent.setSourceBounds(sourceBounds); in startGlobalSearch()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 264 public void startActivityAsUser(ComponentName component, Rect sourceBounds, in startActivityAsUser() argument 273 launchIntent.setSourceBounds(sourceBounds); in startActivityAsUser() 311 public void showAppDetailsAsUser(ComponentName component, Rect sourceBounds, in showAppDetailsAsUser() argument 326 intent.setSourceBounds(sourceBounds); in showAppDetailsAsUser()
|