Home
last modified time | relevance | path

Searched refs:child1 (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.java51 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20); in testBasic() local
55 root.setChildren(Arrays.asList(child1, child2)); in testBasic()
102 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20); in testSelectParent() local
106 root.setChildren(Arrays.asList(child1, child2)); in testSelectParent()
DCanvasViewInfoTest.java84 ViewInfo child1 = new ViewInfo("Button", child1Node, 0, 0, 50, 20); in normal() local
87 root.setChildren(Arrays.asList(child1, child2)); in normal()
127 ViewInfo child1 = new ViewInfo("CheckBox", null, 0, 0, 50, 20); in showIn() local
130 root.setChildren(Arrays.asList(child1, child2)); in showIn()
167 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); in testIncludeTag() local
170 root.setChildren(Arrays.asList(child1, child2)); in testIncludeTag()
209 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); in testNoIncludeTag() local
212 root.setChildren(Arrays.asList(child1, child2)); in testNoIncludeTag()
251 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); in testMergeMatching() local
256 root.setChildren(Arrays.asList(child1, child2, child3)); in testMergeMatching()
[all …]