Searched refs:findChild (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | XmlStringFileHelper.java | 121 Node root = findChild(doc, null, SdkConstants.TAG_RESOURCES); in internalGetResIdsForFile() 123 for (Node strNode = findChild(root, null, in internalGetResIdsForFile() 126 strNode = findChild(null, strNode, in internalGetResIdsForFile() 169 private Node findChild(Node parent, Node lastChild, String elementName) { in findChild() method in XmlStringFileHelper
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | LayoutRenderer.java | 152 ViewNode hit = findChild(root, root, x, y); in selectChild() 158 private ViewNode findChild(ViewNode root, ViewNode besthit, int x, int y) { in findChild() method in LayoutRenderer 170 hit = findChild(node, hit, in findChild()
|