Home
last modified time | relevance | path

Searched refs:child2 (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionManagerTest.java54 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); in testBasic() local
55 root.setChildren(Arrays.asList(child1, child2)); in testBasic()
105 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); in testSelectParent() local
106 root.setChildren(Arrays.asList(child1, child2)); in testSelectParent()
DCanvasViewInfoTest.java86 ViewInfo child2 = new ViewInfo("Button", child2Node, 0, 20, 70, 25); in normal() local
87 root.setChildren(Arrays.asList(child1, child2)); in normal()
129 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); in showIn() local
130 root.setChildren(Arrays.asList(child1, child2)); in showIn()
133 child2.setChildren(Arrays.asList(child21)); in showIn()
169 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); in testIncludeTag() local
170 root.setChildren(Arrays.asList(child1, child2)); in testIncludeTag()
172 child2.setChildren(Arrays.asList(child21)); in testIncludeTag()
211 ViewInfo child2 = new ViewInfo("RelativeLayout", null /* layoutlib 4 */, 0, 20, 70, 25); in testNoIncludeTag() local
212 root.setChildren(Arrays.asList(child1, child2)); in testNoIncludeTag()
[all …]