Home
last modified time | relevance | path

Searched defs:newChild (Results 1 – 5 of 5) sorted by relevance

/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()
253 public Node insertBefore(Node newChild, Node refChild) in insertBefore()
294 public Node replaceChild(Node newChild, Node oldChild) in replaceChild()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java473 INode newChild = null; in handleFreeFormDrop() local
768 INode newChild = targetNode.appendChild(fqcn); in handleGridModeDrop() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java327 INode newChild; in onDropped() local
657 INode newChild = targetNode.appendChild(fqcn); in onPaste() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
DGridModelTest.java658 INode newChild = targetNode.insertChildAt(FQCN_BUTTON, index); in testInsert1() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java2076 private void fireNodeCreated(UiElementNode newChild, int index) { in fireNodeCreated()