Home
last modified time | relevance | path

Searched refs:oldChild (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java289 public Node removeChild(Node oldChild) throws DOMException { in removeChild() argument
294 public Node replaceChild(Node newChild, Node oldChild) in replaceChild() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java410 Element oldChild = children.get(index); in removeChild()
411 mElement.removeChild(oldChild); in removeChild()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java2095 private void fireNodeDeleted(UiElementNode oldChild, int index) { in fireNodeDeleted() argument
2101 UiElementNode parent = oldChild.getUiParent(); in fireNodeDeleted()
2103 listener.nodeDeleted(parent, oldChild, index); in fireNodeDeleted()