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.aidl47 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()
DLauncherApps.java544 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/
DSearchManager.java617 Rect sourceBounds) { in startSearch()
644 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityStackSupervisorTests.java118 final Rect sourceBounds = new Rect(); in testReplacingTaskInPinnedStack() local
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java493 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()