Searched defs:newChild (Results 1 - 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
H A DMockXmlNode.java123 public Node appendChild(Node newChild) throws DOMException { argument
124 mNodeList.getArrayList().add((MockXmlNode) newChild);
125 return newChild;
253 public Node insertBefore(Node newChild, Node refChild) argument
294 public Node replaceChild(Node newChild, Node oldChild) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
H A DUiElementNode.java2076 private void fireNodeCreated(UiElementNode newChild, int index) { argument
2086 UiElementNode parent = newChild.getUiParent();
2088 listener.nodeCreated(parent, newChild, index);

Completed in 259 milliseconds