Searched refs:childNode (Results 1 - 9 of 9) 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/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp60 RenderNodeDrawable* childNode = mChildren[drawIndex]; local
61 SkASSERT(childNode);
62 const float casterZ = childNode->getNodeProperties().getZ();
66 childNode->forceDraw(canvas);
111 RenderNodeDrawable* childNode = zChildren[drawIndex]; local
112 SkASSERT(childNode);
113 childNode->forceDraw(canvas);
H A DSkiaDisplayList.cpp70 RenderNode* childNode = child.getRenderNode(); local
75 childFn(childNode, observer, info, functorsNeedLayer);
H A DRenderNodeDrawable.cpp48 auto childNode = child.getRenderNode(); local
49 childNode->applyViewPropertyTransforms(hwuiMatrix);
53 (const_cast<DisplayList*>(childNode->getDisplayList())));
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
H A DMetadataRepoTest.java104 final Node childNode = node.get(codepoints[start]);
105 if (childNode == null) return null;
106 return getNode(childNode, codepoints, start + 1);
/frameworks/base/libs/hwui/
H A DDisplayList.cpp113 RenderNode* childNode = op->renderNode; local
116 childFn(childNode, observer, info, childFunctorsNeedLayer);
H A DFrameBuilder.cpp488 RenderNode& childNode = *childOp->renderNode; local
492 if (!childNode.nothingToDraw()) {
498 deferNodePropsAndOps(childNode);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1859 milliseconds