Home
last modified time | relevance | path

Searched refs:findCorresponding (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java739 public static Element findCorresponding(@NonNull Element element, @NonNull Document document) { in findCorresponding() method in DomUtilities
751 return findCorresponding(document.getDocumentElement(), id); in findCorresponding()
763 private static Element findCorresponding(@NonNull Element element, @NonNull String targetId) { in findCorresponding() method in DomUtilities
781 Element match = findCorresponding(child, targetId); in findCorresponding()
DLayoutMetadata.java246 Element element = DomUtilities.findCorresponding(equivalentElement, doc); in setPropertyInEditor()
272 Element other = DomUtilities.findCorresponding(element, doc); in setPropertyInFile()
DSelectionManager.java753 vi = findCorresponding(s.getViewInfo(), viewHierarchy.getRoot()); in sync()
766 private CanvasViewInfo findCorresponding(CanvasViewInfo old, CanvasViewInfo newRoot) { in findCorresponding() method in SelectionManager
769 CanvasViewInfo newParent = findCorresponding(oldParent, newRoot); in findCorresponding()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java273 Element other = DomUtilities.findCorresponding(element, in computeChanges()