Searched refs:nodeDependencies (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java643 nodeClone.nodeDependencies = null;
868 node.nodeDependencies.remove(root);
869 if (node.nodeDependencies.size() == 0) {
885 // Doesn't need sorting, but still need to add in the nodeDependencies list
895 if (node.nodeDependencies == null) {
896 node.nodeDependencies = new ArrayList<Node>();
898 if (!node.nodeDependencies.contains(dependency.node)) {
899 node.nodeDependencies.add(dependency.node);
960 * nodeDependencies is just a list of the nodes that this Node is dependent upon.
963 public ArrayList<Node> nodeDependencies field in class:AnimatorSet.Node
[all...]

Completed in 31 milliseconds