Home
last modified time | relevance | path

Searched defs:itemsToAdd (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DAddWorkspaceItemsTaskTest.kt79 val itemsToAdd = arrayOf(getNewItem(), getExistingItem()) in givenNewAndExistingItems_whenExecuteTask_thenOnlyAddNewItem() constant
120 val itemsToAdd = in givenMultipleItems_whenExecuteTask_thenAddThem() constant
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/
DGrantsAwareSelectionImpl.kt135 val itemsToAdd = LinkedHashSet<T>() in addAll() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java248 private void bindItems(List<WorkspaceItemInfo> itemsToAdd, boolean animate) { in bindItems()