Searched refs:createShortcut (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1071 View createShortcut(ShortcutInfo info) { method in class:Launcher
1072 return createShortcut(R.layout.application,
1085 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { method in class:Launcher
1144 final View view = createShortcut(info);
3510 View shortcut = createShortcut(info);
H A DFolder.java952 child = mLauncher.createShortcut(R.layout.application, cellLayout,
H A DWorkspace.java1949 View view = mLauncher.createShortcut(R.layout.application, target, (ShortcutInfo) info);
3124 view = mLauncher.createShortcut(R.layout.application, cellLayout,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1476 View createShortcut(ShortcutInfo info) { method in class:Launcher
1477 return createShortcut((ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentPage()), info);
1488 public View createShortcut(ViewGroup parent, ShortcutInfo info) { method in class:Launcher
1513 final View view = createShortcut(info);
3772 view = createShortcut(info);
H A DFolder.java1120 child = mLauncher.createShortcut(cellLayout, finalItem);
H A DWorkspace.java3521 view = mLauncher.createShortcut(cellLayout, (ShortcutInfo) info);

Completed in 170 milliseconds