Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DILauncherApps.aidl42 void startActivityAsUser(in ComponentName component, in Rect sourceBounds, in startActivityAsUser()
44 void showAppDetailsAsUser(in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser()
55 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
DLauncherApps.java401 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity()
423 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity()
715 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
737 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut()
739 sourceBounds, startActivityOptions, in startShortcut() local
744 @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/core/java/com/android/server/pm/
DLauncherAppsService.java440 Rect sourceBounds, Bundle startActivityOptions, int userId) { in startShortcut()
514 public void startActivityAsUser(ComponentName component, Rect sourceBounds, in startActivityAsUser()
567 public void showAppDetailsAsUser(ComponentName component, Rect sourceBounds, in showAppDetailsAsUser()