Searched defs:sourceBounds (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/core/java/android/content/pm/ |
| D | ILauncherApps.aidl | 47 in ComponentName component, in Rect sourceBounds, in startActivityAsUser() 50 String callingPackage, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser() 64 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
|
| D | LauncherApps.java | 544 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity() 553 component, sourceBounds, opts, user); in startMainActivity() local 569 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity() 574 component, sourceBounds, opts, user); in startAppDetailsActivity() local 1028 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() 1052 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() 1054 sourceBounds, startActivityOptions, in startShortcut() local 1059 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
|
| /frameworks/base/core/java/android/app/ |
| D | SearchManager.java | 617 Rect sourceBounds) { in startSearch() 644 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
| D | ActivityStackSupervisorTests.java | 118 final Rect sourceBounds = new Rect(); in testReplacingTaskInPinnedStack() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | LauncherAppsService.java | 493 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut() 565 ComponentName component, Rect sourceBounds, in startActivityAsUser() 628 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser()
|