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.aidl46 in ComponentName component, in Rect sourceBounds, in startActivityAsUser()
49 String callingPackage, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser()
62 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
DLauncherApps.java489 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity()
497 component, sourceBounds, opts, user); in startMainActivity() local
513 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity()
517 component, sourceBounds, opts, user); in startAppDetailsActivity() local
918 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
942 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut()
944 sourceBounds, startActivityOptions, in startShortcut() local
949 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
/frameworks/base/core/java/android/app/
DSearchManager.java615 Rect sourceBounds) { in startSearch()
642 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java522 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut()
603 ComponentName component, Rect sourceBounds, in startActivityAsUser()
661 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser()