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

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java578 node.tmpDependencies = (ArrayList<Dependency>) node.dependencies.clone();
667 nodeClone.tmpDependencies = null;
783 int numDependencies = mNode.tmpDependencies.size();
785 Dependency dependency = mNode.tmpDependencies.get(i);
795 mNode.tmpDependencies.remove(dependencyToRemove);
796 if (mNode.tmpDependencies.size() == 0) {
1014 * tmpDependencies is a runtime detail. We use the dependencies list for sorting.
1019 * list when the AnimatorSet starts and use this tmpDependencies list to track the
1022 public ArrayList<Dependency> tmpDependencies = null; field in class:AnimatorSet.Node

Completed in 28 milliseconds