Searched refs:idsInUse (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | GridSizeMigrationLogic.kt | 120 val idsInUse = mutableListOf<Int>() in <lambda>() constant 129 idsInUse, in <lambda>() 132 migrateWorkspace(srcReader, destReader, target, targetSize, idsInUse) in <lambda>() 167 idsInUse: MutableList<Int>, in <lambda>() 214 idsInUse, in <lambda>() 225 idsInUse: MutableList<Int>, in <lambda>() 231 idsInUse.addAll(dstHotseatItems.map { entry: DbEntry -> entry.id }) in <lambda>() 243 idsInUse, in <lambda>() 254 idsInUse: MutableList<Int>, in <lambda>() 298 idsInUse, in <lambda>() [all …]
|
D | GridSizeMigrationDBController.java | 261 List<Integer> idsInUse = remainingDstHotseatItems.stream() 264 idsInUse.addAll(remainingDstWorkspaceItems.stream() 271 srcReader, destReader, remainingDstHotseatItems, hotseatToBeAdded, idsInUse); 286 destReader, screenId, trgX, trgY, workspaceToBeAdded, idsInUse); 345 String srcTableName, String destTableName, List<Integer> idsInUse) { in insertEntryInDb() argument 346 int id = copyEntryAndUpdate(helper, entry, srcTableName, destTableName, idsInUse); in insertEntryInDb() 351 copyEntryAndUpdate(helper, itemId, id, srcTableName, destTableName, idsInUse); in insertEntryInDb() 358 DbEntry entry, String srcTableName, String destTableName, List<Integer> idsInUse) { in copyEntryAndUpdate() argument 360 helper, entry, -1, -1, srcTableName, destTableName, idsInUse); in copyEntryAndUpdate() 364 int folderId, String srcTableName, String destTableName, List<Integer> idsInUse) { in copyEntryAndUpdate() argument [all …]
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/gridmigration/ |
D | ValidGridMigrationUnitTest.kt | 147 val idsInUse = mutableListOf<Int>() in migrate() constant 154 idsInUse, in migrate() 161 idsInUse, in migrate()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/ |
D | GridSizeMigrationTest.kt | 135 val idsInUse = mutableListOf<Int>() in <lambda>() constant 142 idsInUse, in <lambda>() 149 idsInUse, in <lambda>() 674 val idsInUse = mutableListOf<Int>() in <lambda>() constant 681 idsInUse, in <lambda>() 688 idsInUse, in <lambda>()
|