Searched refs:currentNode (Results 1 – 3 of 3) sorted by relevance
60 AccessibilityNodeInfo currentNode = copyNode(node); in findNodeOrAncestor() local61 while (currentNode != null in findNodeOrAncestor()62 && (stopPredicate == null || !stopPredicate.test(currentNode))) { in findNodeOrAncestor()63 if (targetPredicate.test(currentNode)) { in findNodeOrAncestor()64 return currentNode; in findNodeOrAncestor()66 AccessibilityNodeInfo parentNode = currentNode.getParent(); in findNodeOrAncestor()67 currentNode.recycle(); in findNodeOrAncestor()68 currentNode = parentNode; in findNodeOrAncestor()70 Utils.recycleNode(currentNode); in findNodeOrAncestor()
419 MediaItemMetadata currentNode = getCurrentMediaItem(); in showCurrentNode() local420 if (currentNode == null) { in showCurrentNode()424 BrowseViewController controller = show ? getControllerForItem(currentNode) : in showCurrentNode()425 mBrowseViewControllersByNode.get(currentNode); in showCurrentNode()434 MediaItemMetadata currentNode = getCurrentMediaItem(); in restoreFocusInCurrentNode() local435 if (currentNode == null) { in restoreFocusInCurrentNode()438 BrowseViewController controller = getControllerForItem(currentNode); in restoreFocusInCurrentNode()
186 BrowseNode currentNode = null; in addChildren() local188 currentNode = new BrowseNode((AvrcpItem) child); in addChildren()190 currentNode = new BrowseNode((AvrcpPlayer) child); in addChildren()192 addChild(currentNode); in addChildren()