Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DAddWorkspaceItemsTaskTest.kt81 val itemsToAdd = arrayOf(getNewItem(), getExistingItem()) in givenNewAndExistingItems_whenExecuteTask_thenOnlyAddNewItem() constant
121 val itemsToAdd = in givenMultipleItems_whenExecuteTask_thenAddThem() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java256 private void bindItems(List<WorkspaceItemInfo> itemsToAdd, boolean animate) { in bindItems()