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

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java556 node.tmpDependencies = (ArrayList<Dependency>) node.dependencies.clone();
641 nodeClone.tmpDependencies = null;
747 int numDependencies = mNode.tmpDependencies.size();
749 Dependency dependency = mNode.tmpDependencies.get(i);
759 mNode.tmpDependencies.remove(dependencyToRemove);
760 if (mNode.tmpDependencies.size() == 0) {
949 * tmpDependencies is a runtime detail. We use the dependencies list for sorting.
954 * list when the AnimatorSet starts and use this tmpDependencies list to track the
957 public ArrayList<Dependency> tmpDependencies = null; field in class:AnimatorSet.Node

Completed in 54 milliseconds