HomeSort by relevance Sort by last modified time
    Searched full:variationnode (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 298 Node variationNode = childNodes.item(k);
299 if (variationNode.getNodeType() == Node.ELEMENT_NODE) {
300 Element variation = (Element) variationNode;
    [all...]

Completed in 369 milliseconds