HomeSort by relevance Sort by last modified time
    Searched refs:collectExistingIds (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 89 * Test {@link BaseLayoutRule#collectExistingIds}
96 new BaseLayoutRule().collectExistingIds(node, existing);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 378 collectExistingIds(node.getRoot(), existingIdSet);
428 protected static void collectExistingIds(INode root, Set<String> existingIdSet) {
443 collectExistingIds(child, existingIdSet);
    [all...]

Completed in 26 milliseconds