Searched defs:sourceBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ILauncherApps.aidl | 50 in PackageInstaller.SessionInfo sessionInfo, in Rect sourceBounds, in Bundle opts, in startSessionDetailsActivityAsUser() 53 in ComponentName component, in Rect sourceBounds, in startActivityAsUser() 56 String callingPackage, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser() 73 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
|
D | LauncherApps.java | 556 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity() 565 component, sourceBounds, opts, user); in startMainActivity() local 579 @Nullable Rect sourceBounds, @Nullable Bundle opts) { in startPackageInstallerSessionDetailsActivity() 582 mContext.getPackageName(), sessionInfo, sourceBounds, opts, in startPackageInstallerSessionDetailsActivity() local 599 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity() 604 component, sourceBounds, opts, user); in startAppDetailsActivity() local 1105 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() 1129 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() 1131 sourceBounds, startActivityOptions, in startShortcut() local 1137 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 622 Rect sourceBounds) { in startSearch() 649 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 727 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut() 803 String callingPackage, SessionInfo sessionInfo, Rect sourceBounds, in startSessionDetailsActivityAsUser() 826 ComponentName component, Rect sourceBounds, in startActivityAsUser() 885 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RootActivityContainerTests.java | 126 final Rect sourceBounds = new Rect(); in testReplacingTaskInPinnedStack() local
|