HomeSort by relevance Sort by last modified time
    Searched full:nextelement2 (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/gle2/
DomUtilities.java 656 Element nextElement2 = (Element) (nextIndex2 < children2.getLength()
659 return nextElement2 == null;
660 } else if (nextElement2 == null) {
662 } else if (!isEquivalent(nextElement1, nextElement2)) {

Completed in 20 milliseconds