Searched refs:nodeCount (Results 1 – 3 of 3) sorted by relevance
341 final int nodeCount = mNodes.size();342 for (int i = 0; i < nodeCount; i ++) {1336 final int nodeCount = mNodes.size();1347 anim.mNodes = new ArrayList<Node>(nodeCount);1367 HashMap<Node, Node> clonesMap = new HashMap<>(nodeCount);1368 for (int n = 0; n < nodeCount; n++) {1383 for (int i = 0; i < nodeCount; i++) {
485 final int nodeCount = nodes.size(); in checkIntegrity() local486 for (int j = 0; j < nodeCount; j++) { in checkIntegrity()
1088 final int nodeCount = nodes.size(); in enforceNodeTreeConsistent() local1089 for (int i = 0; i < nodeCount; i++) { in enforceNodeTreeConsistent()