Searched refs:nodeCount (Results 1 – 3 of 3) sorted by relevance
349 final int nodeCount = mNodes.size();350 for (int i = 0; i < nodeCount; i ++) {1477 final int nodeCount = mNodes.size();1489 anim.mNodes = new ArrayList<Node>(nodeCount);1509 HashMap<Node, Node> clonesMap = new HashMap<>(nodeCount);1510 for (int n = 0; n < nodeCount; n++) {1525 for (int i = 0; i < nodeCount; i++) {
823 final int nodeCount = nodes.size(); in checkIntegrity() local824 for (int j = 0; j < nodeCount; j++) { in checkIntegrity()
1381 final int nodeCount = nodes.size(); in enforceNodeTreeConsistent() local1382 for (int i = 0; i < nodeCount; i++) { in enforceNodeTreeConsistent()