Searched refs:childNode (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java327 AccessibilityNodeInfo childNode = fromNode.getChild(i);
328 if (childNode == null) {
337 if (!childNode.isVisibleToUser()) {
340 String.format("Skipping invisible child: %s", childNode.toString()));
343 AccessibilityNodeInfo retNode = findNodeRegularRecursive(subSelector, childNode, i);
457 AccessibilityNodeInfo childNode = fromNode.getChild(i);
458 if (childNode == null) {
467 if (!childNode.isVisibleToUser()) {
470 String.format("Skipping invisible child: %s", childNode.toString()));
474 subSelector, childNode,
[all...]
H A DAccessibilityNodeInfoDumper.java198 AccessibilityNodeInfo childNode = node.getChild(x);
200 if (!safeCharSeqToString(childNode.getContentDescription()).isEmpty()
201 || !safeCharSeqToString(childNode.getText()).isEmpty())
204 if (childNafCheck(childNode))
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java243 Node childNode = node.getFirstChild();
244 while (childNode != null) {
245 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
246 Element field = (Element)childNode;
272 childNode = childNode.getNextSibling();
490 Node childNode = scene.getFirstChild();
491 while (childNode != null) {
492 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
494 getNode((Element)childNode, nul
[all...]
/frameworks/base/libs/hwui/
H A DRenderNode.cpp350 RenderNode* childNode = op->mRenderNode; local
352 childNode->prepareTreeImpl(info);

Completed in 119 milliseconds