Searched refs:childNode (Results 1 – 6 of 6) sorted by relevance
327 AccessibilityNodeInfo childNode = fromNode.getChild(i); in findNodeRegularRecursive() local328 if (childNode == null) { in findNodeRegularRecursive()337 if (!childNode.isVisibleToUser()) { in findNodeRegularRecursive()340 String.format("Skipping invisible child: %s", childNode.toString())); in findNodeRegularRecursive()343 AccessibilityNodeInfo retNode = findNodeRegularRecursive(subSelector, childNode, i); in findNodeRegularRecursive()457 AccessibilityNodeInfo childNode = fromNode.getChild(i); in findNodePatternRecursive() local458 if (childNode == null) { in findNodePatternRecursive()467 if (!childNode.isVisibleToUser()) { in findNodePatternRecursive()470 String.format("Skipping invisible child: %s", childNode.toString())); in findNodePatternRecursive()474 subSelector, childNode, i, originalPattern); in findNodePatternRecursive()
198 AccessibilityNodeInfo childNode = node.getChild(x); in childNafCheck() local200 if (!safeCharSeqToString(childNode.getContentDescription()).isEmpty() in childNafCheck()201 || !safeCharSeqToString(childNode.getText()).isEmpty()) in childNafCheck()204 if (childNafCheck(childNode)) in childNafCheck()
243 Node childNode = node.getFirstChild(); in getNode() local244 while (childNode != null) { in getNode()245 if (childNode.getNodeType() == Node.ELEMENT_NODE) { in getNode()246 Element field = (Element)childNode; in getNode()272 childNode = childNode.getNextSibling(); in getNode()490 Node childNode = scene.getFirstChild(); in getScene() local491 while (childNode != null) { in getScene()492 if (childNode.getNodeType() == Node.ELEMENT_NODE) { in getScene()494 getNode((Element)childNode, null, indent); in getScene()496 childNode = childNode.getNextSibling(); in getScene()
374 for (auto& childNode : children) { in findChildWithAttribute() local375 Node* child = childNode.get(); in findChildWithAttribute()402 for (auto& childNode : children) { in getChildElements() local403 Node* child = childNode.get(); in getChildElements()
347 RenderNode* childNode = op->mRenderNode; in prepareSubTree() local352 childNode->prepareTreeImpl(info, childFunctorsNeedLayer); in prepareSubTree()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...