Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DBaseLayoutRuleTest.java96 new BaseLayoutRule().collectExistingIds(node, existing); in testCollectExistingIds1()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java378 collectExistingIds(node.getRoot(), existingIdSet); in remapIds()
428 protected static void collectExistingIds(INode root, Set<String> existingIdSet) { in collectExistingIds() method in BaseLayoutRule
443 collectExistingIds(child, existingIdSet); in collectExistingIds()