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

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java611 nodeClone.nodeDependencies = null;
835 node.nodeDependencies.remove(root);
836 if (node.nodeDependencies.size() == 0) {
852 // Doesn't need sorting, but still need to add in the nodeDependencies list
862 if (node.nodeDependencies == null) {
863 node.nodeDependencies = new ArrayList<Node>();
865 if (!node.nodeDependencies.contains(dependency.node)) {
866 node.nodeDependencies.add(dependency.node);
927 * nodeDependencies is just a list of the nodes that this Node is dependent upon.
930 public ArrayList<Node> nodeDependencies field in class:AnimatorSet.Node
[all...]

Completed in 62 milliseconds