Searched defs:sourceBounds (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInfoDropTarget.java67 DropTargetResultCallback callback, Rect sourceBounds, Bundle opts) {
87 .showAppDetailsForProfile(componentName, info.user, sourceBounds, opts);
66 startDetailsActivityForInfo(ItemInfo info, Launcher launcher, DropTargetResultCallback callback, Rect sourceBounds, Bundle opts) argument
H A DLauncher.java1923 boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) {
1951 intent.setSourceBounds(sourceBounds);
1922 startGlobalSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) argument
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DLauncherAppsCompat.java71 Rect sourceBounds, Bundle opts);
75 Rect sourceBounds, Bundle opts);
70 startActivityForProfile(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
74 showAppDetailsForProfile(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
H A DLauncherAppsCompatVL.java66 Rect sourceBounds, Bundle opts) {
67 mLauncherApps.startMainActivity(component, user, sourceBounds, opts);
98 Rect sourceBounds, Bundle opts) {
99 mLauncherApps.startAppDetailsActivity(component, user, sourceBounds, opts);
65 startActivityForProfile(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
97 showAppDetailsForProfile(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutManager.java148 public void startShortcut(String packageName, String id, Rect sourceBounds, argument
152 mLauncherApps.startShortcut(packageName, id, sourceBounds,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1678 Rect sourceBounds = new Rect();
1680 sourceBounds = mSearchDropTargetBar.getSearchBarBounds();
1684 appSearchData, sourceBounds);
1691 boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) {
1719 intent.setSourceBounds(sourceBounds);
1690 startGlobalSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) argument

Completed in 227 milliseconds