Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DShortcutsUpdater.java92 devices.add(0, createShortcut(root, R.drawable.ic_advanced_shortcut)); in getDeviceShortcuts()
96 devices.add(0, createShortcut(root, R.drawable.ic_folder_shortcut)); in getDeviceShortcuts()
124 private ShortcutInfo createShortcut(RootInfo root, @DrawableRes int resId) { in createShortcut() method in ShortcutsUpdater
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1382 View createShortcut(ShortcutInfo info) { in createShortcut() method in Launcher
1383 return createShortcut((ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentPage()), info); in createShortcut()
1394 public View createShortcut(ViewGroup parent, ShortcutInfo info) { in createShortcut() method in Launcher
1442 final View view = createShortcut(info); in completeAddShortcut()
3303 view = createShortcut(info);
DWorkspace.java3258 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.java1262 newIcon = mLauncher.createShortcut(cellLayout, finalItem); in replaceFolderWithFinalItem()