Searched refs:createShortcut (Results 1 – 7 of 7) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ShortcutsUpdater.java | 92 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/ |
D | Launcher.java | 1382 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);
|
D | Workspace.java | 3258 view = mLauncher.createShortcut(cellLayout, (ShortcutInfo) info);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Launcher.java | 1071 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()
|
D | Folder.java | 952 child = mLauncher.createShortcut(R.layout.application, cellLayout, in replaceFolderWithFinalItem()
|
D | Workspace.java | 1949 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/ |
D | Folder.java | 1262 newIcon = mLauncher.createShortcut(cellLayout, finalItem); in replaceFolderWithFinalItem()
|