Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java377 Set<String> existingIdSet = new HashSet<String>(); in remapIds() local
378 collectExistingIds(node.getRoot(), existingIdSet); in remapIds() local
408 protected static String findNewId(String fqcn, Set<String> existingIdSet) { in findNewId()
428 protected static void collectExistingIds(INode root, Set<String> existingIdSet) { in collectExistingIds()