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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 680 public static Element findCorresponding(Element element, Document document) {
692 return findCorresponding(document.getDocumentElement(), id);
702 /** Helper method for {@link #findCorresponding(Element, Document)} */
703 private static Element findCorresponding(Element element, String targetId) {
721 Element match = findCorresponding(child, targetId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 266 Element other = DomUtilities.findCorresponding(element,

Completed in 62 milliseconds