Searched defs:bindItems (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java188 public ArrayList<ShortcutInfo> bindItems(ArrayList<ShortcutInfo> items) { method in class:FolderPagedView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java142 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons); method in interface:LauncherModel.Callbacks
H A DLauncher.java3255 bindItems(addNotAnimated, false);
3258 bindItems(addAnimated, true);
3271 public void bindItems(final List<ItemInfo> items, final boolean forceAnimateIcons) { method in class:Launcher
3274 bindItems(items, forceAnimateIcons);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java129 // sBgWorkspaceItems is passed to bindItems, which expects a list of all folders and shortcuts
161 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end); method in interface:LauncherModel.Callbacks
1682 callbacks.bindItems(workspaceItems, start, start+chunkSize);
H A DLauncher.java3482 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end) { method in class:Launcher
3485 bindItems(shortcuts, start, end);

Completed in 95 milliseconds