Searched refs:nodesToProcess (Results 1 – 2 of 2) sorted by relevance
98 final ArrayDeque<ViewNode> nodesToProcess = new ArrayDeque<>(); in findViewNodesByAutofillIds() local120 nodesToProcess.add(mStructure.getWindowNodeAt(i).getRootViewNode()); in findViewNodesByAutofillIds()123 while (missingNodeIndexes.size() > 0 && !nodesToProcess.isEmpty()) { in findViewNodesByAutofillIds()124 final ViewNode node = nodesToProcess.removeFirst(); in findViewNodesByAutofillIds()145 nodesToProcess.addLast(node.getChildAt(i)); in findViewNodesByAutofillIds()
253 final ArrayDeque<ViewNode> nodesToProcess = new ArrayDeque<>(); in findViewNode() local256 nodesToProcess.add(structure.getWindowNodeAt(i).getRootViewNode()); in findViewNode()258 while (!nodesToProcess.isEmpty()) { in findViewNode()259 final ViewNode node = nodesToProcess.removeFirst(); in findViewNode()264 nodesToProcess.addLast(node.getChildAt(i)); in findViewNode()