OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findCorresponding
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java
246
Element element = DomUtilities.
findCorresponding
(equivalentElement, doc);
272
Element other = DomUtilities.
findCorresponding
(element, doc);
DomUtilities.java
739
public static Element
findCorresponding
(@NonNull Element element, @NonNull Document document) {
751
return
findCorresponding
(document.getDocumentElement(), id);
761
/** Helper method for {@link #
findCorresponding
(Element, Document)} */
763
private static Element
findCorresponding
(@NonNull Element element, @NonNull String targetId) {
781
Element match =
findCorresponding
(child, targetId);
[
all
...]
SelectionManager.java
753
vi =
findCorresponding
(s.getViewInfo(), viewHierarchy.getRoot());
766
private CanvasViewInfo
findCorresponding
(CanvasViewInfo old, CanvasViewInfo newRoot) {
769
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 359 milliseconds