Home
last modified time | relevance | path

Searched refs:createDesc (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtilsTest.java189 private static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { in createDesc() method in DescriptorsUtilsTest
199 assertFalse(DescriptorsUtils.canInsertChildren(createDesc("android:Button", in testCanInsertChildren()
201 assertTrue(DescriptorsUtils.canInsertChildren(createDesc("android:LinearLayout", in testCanInsertChildren()
203 assertFalse(DescriptorsUtils.canInsertChildren(createDesc("android:ListView", in testCanInsertChildren()
205 assertFalse(DescriptorsUtils.canInsertChildren(createDesc("android:ExpandableListView", in testCanInsertChildren()
207 assertFalse(DescriptorsUtils.canInsertChildren(createDesc("android:Gallery", in testCanInsertChildren()
209 assertFalse(DescriptorsUtils.canInsertChildren(createDesc("android:GridView", in testCanInsertChildren()
219 assertTrue(DescriptorsUtils.canInsertChildren(createDesc("MyView", in testCanInsertChildren()
224 assertFalse(DescriptorsUtils.canInsertChildren(createDesc("MyView", in testCanInsertChildren()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java401 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { in createDesc() method in AdtProjectTest
413 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren); in createNode()
416 parent = new UiViewElementNode(createDesc("doc", "doc", true)); in createNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfoTest.java45 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { in createDesc() method in CanvasViewInfoTest
57 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren); in createNode()
60 parent = new UiViewElementNode(createDesc("doc", "doc", true)); in createNode()