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/ |
D | DescriptorsUtilsTest.java | 189 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/ |
D | AdtProjectTest.java | 401 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/ |
D | CanvasViewInfoTest.java | 45 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()
|