Searched refs:mChildNodes (Results 1 – 1 of 1) sorted by relevance
416 if (node.mChildNodes != null) { in endRemainingAnimations()417 int childSize = node.mChildNodes.size(); in endRemainingAnimations()419 Node child = node.mChildNodes.get(i); in endRemainingAnimations()734 int size = node.mChildNodes == null ? 0 : node.mChildNodes.size(); in clone()736 node.mTmpClone.mChildNodes.set(j, node.mChildNodes.get(j).mTmpClone); in clone()802 List<Node> children = animNode.mChildNodes; in onChildAnimatorEnded()896 if (node.mChildNodes != null) { in printChildCount()897 for (int i = 0; i < node.mChildNodes.size(); i++) { in printChildCount()898 Node child = node.mChildNodes.get(i); in printChildCount()997 if (parent.mChildNodes == null) { in updatePlayTime()[all …]