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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java181 public void bindItems(ArrayList<ShortcutInfo> items) { method in class:FolderPagedView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java143 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons); method in interface:LauncherModel.Callbacks
H A DLauncher.java1831 bindItems(addNotAnimated, false);
1834 bindItems(addAnimated, true);
1847 public void bindItems(final List<ItemInfo> items, final boolean forceAnimateIcons) { method in class:Launcher
/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 223 milliseconds