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/ |
D | DomUtilities.java | 739 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()
|
D | LayoutMetadata.java | 246 Element element = DomUtilities.findCorresponding(equivalentElement, doc); in setPropertyInEditor() 272 Element other = DomUtilities.findCorresponding(element, doc); in setPropertyInFile()
|
D | SelectionManager.java | 753 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/ |
D | ExtractIncludeRefactoring.java | 273 Element other = DomUtilities.findCorresponding(element, in computeChanges()
|