Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java395 String new_id = findNewId(value.getSecond(), existingIdSet); in remapIds() local
396 value = Pair.of(new_id, value.getSecond()); in remapIds()