Searched refs:childNode (Results 1 – 5 of 5) sorted by relevance
76 Node childNode = element.getFirstChild(); in testShouldReturnValidElementForWriteVersion() local77 assertNotNull(childNode); in testShouldReturnValidElementForWriteVersion()78 assertEquals(childNode.getNodeValue(), MoSerializer.DM_VERSION); in testShouldReturnValidElementForWriteVersion()92 Node childNode = element.getFirstChild(); in testShouldReturnValidElementForCreateNodeForUrn() local93 assertTrue(childNode instanceof Element); in testShouldReturnValidElementForCreateNodeForUrn()94 assertEquals(((Element)childNode).getTagName(), MoSerializer.TAG_TYPE); in testShouldReturnValidElementForCreateNodeForUrn()96 Node childNode2 = childNode.getFirstChild(); in testShouldReturnValidElementForCreateNodeForUrn()115 Node childNode = element.getFirstChild(); in testShouldReturnValidElementForCreateNode() local116 assertTrue(childNode instanceof Element); in testShouldReturnValidElementForCreateNode()117 Node textNode = childNode.getFirstChild(); in testShouldReturnValidElementForCreateNode()[all …]
42 Json::Value childNode = parentNode[childName]; in readChildNodeAsFloat() local43 if (!childNode.isNumeric()) { in readChildNodeAsFloat()48 *value = childNode.asFloat(); in readChildNodeAsFloat()
37 Json::Value childNode = parentNode[childName]; in readChildNodeAsFloat() local38 if (!childNode.isNumeric()) { in readChildNodeAsFloat()43 *value = childNode.asFloat(); in readChildNodeAsFloat()
209 AccessibilityNodeInfo childNode = node.getChild(i); in descendantCanTakeFocus() local210 if (childNode != null) { in descendantCanTakeFocus()211 boolean result = canHaveFocus(childNode); in descendantCanTakeFocus()212 childNode.recycle(); in descendantCanTakeFocus()
903 AccessibilityNodeInfo childNode = mNodeBuilder in test_findNudgeTargetFocusArea_fromScrollableContainer() local