Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelWriter.java180 notifyOtherCallbacks(c -> c.bindItemsModified(items)); in moveItemsInDatabase()
232 notifyOtherCallbacks(c -> c.bindItemsModified(Collections.singletonList(item))); in notifyItemModified()
244 notifyOtherCallbacks(c -> c.bindItems(Collections.singletonList(item), false)); in addItemToDatabase()
336 notifyOtherCallbacks(c -> c.bindWorkspaceComponentsRemoved(ItemInfoMatcher.ofItems(items))); in notifyDelete()
385 private void notifyOtherCallbacks(CallbackTask task) { in notifyOtherCallbacks() method in ModelWriter