Searched refs:nextChild (Results 1 – 2 of 2) sorted by relevance
376 Node nextChild = lastElement != null ? lastElement.getNextSibling() : null; in createResource() local378 root.insertBefore(indentNode, nextChild); in createResource()390 root.insertBefore(element, nextChild); in createResource()
486 Element nextChild = children.get(index + 1); in analyzeLinearLayout() local487 String nextId = mRefactoring.ensureHasId(mRootEdit, nextChild, null); in analyzeLinearLayout()