Home
last modified time | relevance | path

Searched refs:bindItems (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLoaderResults.java245 c -> c.bindItems(workspaceItems.subList(start, start + chunkSize), false), in bindWorkspaceItems()
256 c -> c.bindItems(Collections.singletonList(widget), false), executor); in bindAppWidgets()
DBgDataModel.java454 void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons); in bindItems() method
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DShortcutMenuAccessibilityDelegate.java75 mLauncher.bindItems(Collections.singletonList(info), true); in performAction()
DLauncherAccessibilityDelegate.java231 mLauncher.bindItems( in performAction()
260 mLauncher.bindItems(Collections.singletonList(item), true); in performAction()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java243 bindItems(newItems, animate); in fillGapsWithPrediction()
248 private void bindItems(List<WorkspaceItemInfo> itemsToAdd, boolean animate) { in bindItems() method in HotseatPredictionController
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java199 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { in bindItems() method in ModelMultiCallbacksTest.MyCallbacks
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2192 bindItems(addNotAnimated, false); in bindAppsAdded()
2195 bindItems(addAnimated, true); in bindAppsAdded()
2208 public void bindItems(final List<ItemInfo> items, final boolean forceAnimateIcons) { in bindItems() method in Launcher
2209 bindItems(items, forceAnimateIcons, /* focusFirstItemForAccessibility= */ false); in bindItems()
2221 public void bindItems( in bindItems() method in Launcher
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java189 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { } in bindItems() method in SecondaryDisplayLauncher
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/launcher3/model/
DWidgetsPredicationUpdateTaskTest.java253 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { } in bindItems() method in WidgetsPredicationUpdateTaskTest.FakeBgDataModelCallback
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java150 public void bindItems(List<WorkspaceItemInfo> items) { in bindItems() method in FolderPagedView
DFolder.java644 mContent.bindItems(items); in animateOpen()