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

/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DLauncherAppsCompat.java71 Rect sourceBounds, Bundle opts);
70 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
H A DLauncherAppsCompatV16.java82 Rect sourceBounds, Bundle opts) {
86 launchIntent.setSourceBounds(sourceBounds);
81 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
H A DLauncherAppsCompatVL.java74 Rect sourceBounds, Bundle opts) {
75 mLauncherApps.startMainActivity(component, user.getUser(), sourceBounds, opts);
73 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherCallbacks.java79 Bundle appSearchData, Rect sourceBounds);
78 startSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) argument
H A DLauncher.java2070 Rect sourceBounds = new Rect();
2072 sourceBounds = mSearchDropTargetBar.getSearchBarBounds();
2076 appSearchData, sourceBounds);
2093 boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) {
2096 sourceBounds);
2100 appSearchData, sourceBounds);
2108 boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) {
2136 intent.setSourceBounds(sourceBounds);
2092 startSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) argument
2107 startGlobalSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) argument
/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java200 Bundle appSearchData, Rect sourceBounds) {
199 startSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) argument
/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 1055 milliseconds