Searched defs: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/ |
D | SelectionManagerTest.java | 54 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); in testBasic() local 105 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); in testSelectParent() local
|
D | CanvasViewInfoTest.java | 86 ViewInfo child2 = new ViewInfo("Button", child2Node, 0, 20, 70, 25); in normal() local 129 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); in showIn() local 169 ViewInfo child2 = new ViewInfo("RelativeLayout", child2Node, 0, 20, 70, 25); in testIncludeTag() local 211 ViewInfo child2 = new ViewInfo("RelativeLayout", null /* layoutlib 4 */, 0, 20, 70, 25); in testNoIncludeTag() local 254 ViewInfo child2 = new ViewInfo("RelativeLayout", null, 0, 20, 70, 25); in testMergeMatching() local 310 ViewInfo child2 = new ViewInfo("RelativeLayout", null, 0, 20, 70, 25); in testMerge() local
|