Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DLauncherBindableItemsContainerTest.kt73 container.updateContainerItems(setOf(icon2), container) in <lambda>()
98 container.updateContainerItems(setOf(icon1), container) in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DLauncherBindableItemsContainer.kt40 fun updateContainerItems(updates: Set<ItemInfo>, context: ActivityContext) { in <lambda>() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarModelCallbacks.java120 updateContainerItems(updates, mContext); in bindItemsUpdated()
/packages/apps/Launcher3/src/com/android/launcher3/
DModelCallbacks.kt221 launcher.workspace.updateContainerItems(updates, launcher) in <lambda>()