Searched refs:grandChild (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfoTest.java | 151 CanvasViewInfo grandChild = includedView.getChildren().get(0); in showIn() local 152 assertNotNull(grandChild); in showIn() 153 assertEquals("RadioButton", grandChild.getName()); in showIn() 154 assertSame(child21Node, grandChild.getUiViewNode()); in showIn() 155 assertEquals(new Rectangle(10, 50, 69, 4), grandChild.getAbsRect()); in showIn() 156 assertEquals(new Rectangle(10, 50, 69, 5), grandChild.getSelectionRect()); in showIn() 666 ViewInfo grandChild = new ViewInfo("Button", grandChildNode, 0, 20, 70, 25); in testGestureOverlayView() local 667 child.setChildren(Collections.singletonList(grandChild)); in testGestureOverlayView() 712 ViewInfo grandChild = new ViewInfo("LinearLayout", dataBindingItem, 0, 0, 320, 17); in testListView() local 713 child.setChildren(Collections.singletonList(grandChild)); in testListView() [all …]
|