Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1419 View createShortcut(ShortcutInfo info) { in createShortcut() method in Launcher
1420 return createShortcut((ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentPage()), info); in createShortcut()
1431 public View createShortcut(ViewGroup parent, ShortcutInfo info) { in createShortcut() method in Launcher
1478 final View view = createShortcut(info); in completeAddShortcut()
3361 view = createShortcut(info); in bindItems()
DWorkspace.java3354 view = mLauncher.createShortcut(cellLayout, (ShortcutInfo) info);
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1071 View createShortcut(ShortcutInfo info) { in createShortcut() method in Launcher
1072 return createShortcut(R.layout.application, in createShortcut()
1085 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { in createShortcut() method in Launcher
1144 final View view = createShortcut(info); in completeAddShortcut()
3510 View shortcut = createShortcut(info); in bindItems()
DFolder.java952 child = mLauncher.createShortcut(R.layout.application, cellLayout, in replaceFolderWithFinalItem()
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/folder/
DFolder.java1191 newIcon = mLauncher.createShortcut(cellLayout, finalItem); in replaceFolderWithFinalItem()