OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
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
...]
Completed in 51 milliseconds