Home
last modified time | relevance | path

Searched defs:sourceBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DILauncherApps.aidl50 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()
DLauncherApps.java585 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity()
594 component, sourceBounds, opts, user); in startMainActivity() local
608 @Nullable Rect sourceBounds, @Nullable Bundle opts) { in startPackageInstallerSessionDetailsActivity()
611 mContext.getPackageName(), sessionInfo, sourceBounds, opts, in startPackageInstallerSessionDetailsActivity() local
628 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity()
633 component, sourceBounds, opts, user); in startAppDetailsActivity() local
1134 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
1158 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut()
1160 sourceBounds, startActivityOptions, in startShortcut() local
1166 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
/frameworks/base/core/java/android/app/
DSearchManager.java622 Rect sourceBounds) { in startSearch()
649 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java721 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut()
797 String callingPackage, SessionInfo sessionInfo, Rect sourceBounds, in startSessionDetailsActivityAsUser()
820 ComponentName component, Rect sourceBounds, in startActivityAsUser()
879 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootActivityContainerTests.java128 final Rect sourceBounds = new Rect(); in testReplacingTaskInPinnedStack() local