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.java181 notifyOtherCallbacks(c -> c.bindItemsModified(items)); in moveItemsInDatabase()
233 notifyOtherCallbacks(c -> c.bindItemsModified(Collections.singletonList(item))); in notifyItemModified()
245 notifyOtherCallbacks(c -> c.bindItems(Collections.singletonList(item), false)); in addItemToDatabase()
337 notifyOtherCallbacks(c -> c.bindWorkspaceComponentsRemoved(ItemInfoMatcher.ofItems(items))); in notifyDelete()
386 private void notifyOtherCallbacks(CallbackTask task) { in notifyOtherCallbacks() method in ModelWriter