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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 716 public static Element findCorresponding(Element element, Document document) {
728 return findCorresponding(document.getDocumentElement(), id);
738 /** Helper method for {@link #findCorresponding(Element, Document)} */
739 private static Element findCorresponding(Element element, String targetId) {
757 Element match = findCorresponding(child, targetId);
    [all...]
SelectionManager.java 730 vi = findCorresponding(s.getViewInfo(), viewHierarchy.getRoot());
743 private CanvasViewInfo findCorresponding(CanvasViewInfo old, CanvasViewInfo newRoot) {
746 CanvasViewInfo newParent = findCorresponding(oldParent, newRoot);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 273 Element other = DomUtilities.findCorresponding(element,

Completed in 478 milliseconds