Home
last modified time | relevance | path

Searched defs:node2 (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfoTest.java488 UiViewElementNode node2 = createNode(rootNode, "childNode2", false); in testMergeCookies2() local
540 UiViewElementNode node2 = createNode(rootNode, "childNode2", false); in testIncludeBounds() local
603 UiViewElementNode node2 = createNode(rootNode, "childNode2", false); in includeBounds2() local
631 UiViewElementNode node2 = createNode(rootNode, "childNode2", false); in testCookieWorkaround() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java78 public static Node getCommonAncestor(@NonNull Node node1, @NonNull Node node2) { in getCommonAncestor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java2055 public static UiElementNode getCommonAncestor(UiElementNode node1, UiElementNode node2) { in getCommonAncestor()