Searched refs:targetMap (Results 1 – 1 of 1) sorted by relevance
660 SparseArrayCompat<Migration> targetMap = mMigrations.get(start); in addMigration() local661 if (targetMap == null) { in addMigration()662 targetMap = new SparseArrayCompat<>(); in addMigration()663 mMigrations.put(start, targetMap); in addMigration()665 Migration existing = targetMap.get(end); in addMigration()669 targetMap.append(end, migration); in addMigration()