Searched refs:sourceBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ILauncherApps.aidl | 46 in ComponentName component, in Rect sourceBounds, in startActivityAsUser() argument 49 String callingPackage, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser() argument 62 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut() argument
|
D | LauncherApps.java | 489 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity() argument 497 component, sourceBounds, opts, user); in startMainActivity() local 513 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity() argument 517 component, sourceBounds, opts, user); in startAppDetailsActivity() local 918 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 922 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions, in startShortcut() 942 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() argument 944 sourceBounds, startActivityOptions, in startShortcut() local 949 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 954 sourceBounds, startActivityOptions, userId); in startShortcut()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 615 Rect sourceBounds) { in startSearch() argument 617 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds); in startSearch() 642 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch() argument 668 intent.setSourceBounds(sourceBounds); in startGlobalSearch()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 522 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut() argument 546 intents[0].setSourceBounds(sourceBounds); in startShortcut() 603 ComponentName component, Rect sourceBounds, in startActivityAsUser() argument 614 launchIntent.setSourceBounds(sourceBounds); in startActivityAsUser() 661 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser() argument 676 intent.setSourceBounds(sourceBounds); in showAppDetailsAsUser()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 7939 final Rect sourceBounds = new Rect(r.pictureInPictureArgs.getSourceRectHint()); in enterPictureInPictureMode() 7940 mStackSupervisor.moveActivityToPinnedStackLocked(r, sourceBounds, aspectRatio, in enterPictureInPictureMode()
|