Home
last modified time | relevance | path

Searched refs:appendChild (Results 1 – 25 of 30) sorted by relevance

12

/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java178 doc.appendChild(devices); in generateConfig()
181 devices.appendChild(device); in generateConfig()
184 device.appendChild(name); in generateConfig()
185 name.appendChild(doc.createTextNode(android.os.Build.MODEL)); in generateConfig()
187 device.appendChild(manufacturer); in generateConfig()
188 manufacturer.appendChild(doc.createTextNode(android.os.Build.MANUFACTURER)); in generateConfig()
191 device.appendChild(hardware); in generateConfig()
194 hardware.appendChild(screen); in generateConfig()
197 screen.appendChild(screenSize); in generateConfig()
216 screenSize.appendChild(screenSizeText); in generateConfig()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilitiesTest.java41 document1.appendChild(document1.createElement("root")); in testIsEquivalent()
42 document2.appendChild(document2.createElement("root")); in testIsEquivalent()
51 root1.appendChild(document1.createTextNode(" ")); in testIsEquivalent()
54 root2.appendChild(document2.createTextNode(" ")); in testIsEquivalent()
59 root1.appendChild(foo1); in testIsEquivalent()
61 root2.appendChild(foo2); in testIsEquivalent()
64 root1.appendChild(document1.createElement("bar")); in testIsEquivalent()
66 root2.appendChild(document2.createElement("bar")); in testIsEquivalent()
93 document.appendChild(document.createElement("root")); in testIsContiguous()
95 root.appendChild(document.createTextNode(" ")); in testIsContiguous()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DTabHostRule.java56 INode linear = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate()
62 INode tab = linear.appendChild(FQCN_TAB_WIDGET); in onCreate()
67 INode frame = linear.appendChild(FQCN_FRAME_LAYOUT); in onCreate()
73 INode child = frame.appendChild(FQCN_LINEAR_LAYOUT); in onCreate()
DDialerFilterRule.java44 INode hint = node.appendChild(FQCN_EDIT_TEXT); in onCreate()
49 INode primary = node.appendChild(FQCN_EDIT_TEXT); in onCreate()
DSlidingDrawerRule.java57 INode handle = node.appendChild(SdkConstants.FQCN_BUTTON); in onCreate()
62 INode content = node.appendChild(SdkConstants.FQCN_LINEAR_LAYOUT); in onCreate()
DTableLayoutRule.java87 INode newRow = node.appendChild(FQCN_TABLE_ROW); in addContextMenuActions()
145 newRow = parentNode.appendChild(FQCN_TABLE_ROW); in addTableLayoutActions()
193 node.appendChild(FQCN_TABLE_ROW); in onCreate()
DEditTextRule.java48 node.appendChild(REQUEST_FOCUS); in onCreate()
85 node.appendChild(REQUEST_FOCUS); in addContextMenuActions()
DRadioGroupRule.java42 INode handle = node.appendChild(SdkConstants.FQCN_RADIO_BUTTON); in onCreate()
DHorizontalScrollViewRule.java62 INode linearLayout = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate()
DScrollViewRule.java63 INode linear = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate()
DFrameLayoutRule.java154 INode newChild = targetNode.appendChild(fqcn);
DAbsoluteLayoutRule.java174 INode newChild = targetNode.appendChild(fqcn); in onDropped()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiElementNodeTest.java270 document.appendChild(rootElement); in testCreateNameSpace()
272 root.appendChild(document.createTextNode(" ")); in testCreateNameSpace()
274 root.appendChild(foo); in testCreateNameSpace()
275 root.appendChild(document.createTextNode(" ")); in testCreateNameSpace()
277 root.appendChild(bar); in testCreateNameSpace()
279 root.appendChild(baz); in testCreateNameSpace()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java121 public @NonNull INode appendChild(@NonNull String viewFqcn) { in appendChild() method in TestNode
362 public INode appendChild(String viewFqcn) { in appendChild() method in TestNode.TestXmlNode
364 mElement.appendChild(child); in appendChild()
371 return appendChild(viewFqcn); in insertChildAt()
380 mElement.appendChild(child); in insertChildAt()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiTextValueNode.java109 element.appendChild(text); in commit()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
DAndroidManifestWriter.java74 mDoc.getDocumentElement().appendChild(usesSdkElement); in setMinSdkVersion()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationDescription.java315 document.appendChild(parent); in toXml()
317 parent.appendChild(element); in toXml()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java123 public Node appendChild(Node newChild) throws DOMException { in appendChild() method in MockXmlNode
/sdk/templates/docs/
Djquery-1.8.0.min.js2appendChild(a.ownerDocument.createElement(b))}function bD(a,b){if(b.nodeType!==1||!p.hasData(a))re…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java686 newChild = targetNode.appendChild(fqcn); in handleFreeFormDrop()
768 INode newChild = targetNode.appendChild(fqcn); in handleGridModeDrop()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java308 xmlPrev.appendChild(xmlParent.removeChild(xmlNode)); in doUpInternal()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DNodeProxy.java248 public @NonNull INode appendChild(@NonNull String viewFqcn) { in appendChild() method in NodeProxy
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUseCompoundDrawableRefactoring.java251 tempDocument.appendChild(newTextElement); in computeChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java883 root.appendChild(node); in mergeResourceFile()
892 root.appendChild(node); in mergeResourceFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java253 documentElement.appendChild(element); in render()

12