/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/ |
D | DeletionHandlerTest.java | 76 layout.removeChild(button2); in testSimple() 208 layout.removeChild(button7); in testTransitive() 209 layout.removeChild(checkBox); in testTransitive() 328 layout.removeChild(button1); in testCenter()
|
/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() 317 xmlParent.removeChild(xmlNode), in doUpInternal() 341 xmlParent.removeChild(xmlNode), in doUpInternal() 493 xmlParent.removeChild(xmlNode), in doDownInternal() 505 xmlParent.removeChild(xmlNode), in doDownInternal() 527 xmlParent.removeChild(xmlNode), in doDownInternal()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestNode.java | 113 public void removeChild(int index) { in removeChild() method in TestNode 202 public void removeChild(@NonNull INode node) { in removeChild() method in TestNode 205 removeChild(index); in removeChild() 401 public void removeChild(INode node) { in removeChild() method in TestNode.TestXmlNode 403 mElement.removeChild(((TestXmlNode) node).mElement); in removeChild() 407 public void removeChild(int index) { in removeChild() method in TestNode.TestXmlNode 411 mElement.removeChild(oldChild); in removeChild()
|
D | LayoutTestBase.java | 134 ((TestNode) targetNode).removeChild(currentIndex); in dragInto()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | IncludeRule.java | 42 parent.removeChild(node); in onCreate()
|
D | FragmentRule.java | 42 parent.removeChild(node); in onCreate()
|
D | ImageViewRule.java | 47 parent.removeChild(node); in onCreate()
|
D | ViewTagRule.java | 45 parent.removeChild(node); in onCreate()
|
D | EditTextRule.java | 82 focus.getParent().removeChild(focus); in addContextMenuActions()
|
D | TableLayoutRule.java | 165 parentNode.removeChild(target); in addTableLayoutActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutMetadata.java | 123 node.removeChild(previous); in clearLegacyComment() 126 node.removeChild(commentNode); in clearLegacyComment() 131 node.removeChild(first); in clearLegacyComment()
|
D | CanvasViewInfo.java | 607 public boolean removeChild(@NonNull CanvasViewInfo child) { in removeChild() method in CanvasViewInfo 733 if (rootView.removeChild(view)) { in create()
|
D | PreviewIconFactory.java | 250 documentElement.removeChild(documentElement.getFirstChild()); in render()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | RemoveUselessViewFix.java | 62 parent.removeChild(element); in apply()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/ |
D | GridModelTest.java | 198 button1.getParent().removeChild(button1); in testDeletion1() 243 textView1.getParent().removeChild(textView1); in testDeletion1() 334 button1.getParent().removeChild(button1); in testDelete2()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
D | MockXmlNode.java | 289 public Node removeChild(Node oldChild) throws DOMException { in removeChild() method in MockXmlNode
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 1077 layout.removeChild(view.node); in removeColumns() 1273 layout.removeChild(view.node); in removeRows() 1993 layout.removeChild(spacer.node); in onDeleted() 1996 layout.removeChild(spacer.node); in onDeleted() 2141 layout.removeChild(spacer.node); in onDeleted() 2213 layout.removeChild(spacer.node); in onDeleted()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeProxy.java | 258 public void removeChild(@NonNull INode node) { in removeChild() method in NodeProxy
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiElementNode.java | 1129 oldXmlNode = xmlParent.removeChild(oldXmlNode); in deleteXmlNode() 1135 xmlParent.removeChild(previousSibling); in deleteXmlNode()
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …removeChild(bI)}return bR[a]=c,c}function ch(a,b,c,d){var e;if(p.isArray(b))p.each(b,function(b,e)…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateHandler.java | 836 root.removeChild(child); in mergeResourceFile()
|