/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
D | ConfigGenerator.java | 178 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/ |
D | DomUtilitiesTest.java | 41 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/ |
D | TabHostRule.java | 56 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()
|
D | DialerFilterRule.java | 44 INode hint = node.appendChild(FQCN_EDIT_TEXT); in onCreate() 49 INode primary = node.appendChild(FQCN_EDIT_TEXT); in onCreate()
|
D | SlidingDrawerRule.java | 57 INode handle = node.appendChild(SdkConstants.FQCN_BUTTON); in onCreate() 62 INode content = node.appendChild(SdkConstants.FQCN_LINEAR_LAYOUT); in onCreate()
|
D | TableLayoutRule.java | 87 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()
|
D | EditTextRule.java | 48 node.appendChild(REQUEST_FOCUS); in onCreate() 85 node.appendChild(REQUEST_FOCUS); in addContextMenuActions()
|
D | RadioGroupRule.java | 42 INode handle = node.appendChild(SdkConstants.FQCN_RADIO_BUTTON); in onCreate()
|
D | HorizontalScrollViewRule.java | 62 INode linearLayout = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate()
|
D | ScrollViewRule.java | 63 INode linear = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate()
|
D | FrameLayoutRule.java | 154 INode newChild = targetNode.appendChild(fqcn);
|
D | AbsoluteLayoutRule.java | 174 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/ |
D | UiElementNodeTest.java | 270 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/ |
D | TestNode.java | 121 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/ |
D | UiTextValueNode.java | 109 element.appendChild(text); in commit()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
D | AndroidManifestWriter.java | 74 mDoc.getDocumentElement().appendChild(usesSdkElement); in setMinSdkVersion()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationDescription.java | 315 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/ |
D | MockXmlNode.java | 123 public Node appendChild(Node newChild) throws DOMException { in appendChild() method in MockXmlNode
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …appendChild(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/ |
D | GridDropHandler.java | 686 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/ |
D | UiActions.java | 308 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/ |
D | NodeProxy.java | 248 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/ |
D | UseCompoundDrawableRefactoring.java | 251 tempDocument.appendChild(newTextElement); in computeChanges()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateHandler.java | 883 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/ |
D | PreviewIconFactory.java | 253 documentElement.appendChild(element); in render()
|