Home
last modified time | relevance | path

Searched refs:greatGrandChild (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/
DCanvasViewInfoTest.java714 ViewInfo greatGrandChild = new ViewInfo("Button", null, 0, 0, 73, 17); in testListView() local
715 grandChild.setChildren(Collections.singletonList(greatGrandChild)); in testListView()