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

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java525 node.tmpDependencies = (ArrayList<Dependency>) node.dependencies.clone();
609 nodeClone.tmpDependencies = null;
715 int numDependencies = mNode.tmpDependencies.size();
717 Dependency dependency = mNode.tmpDependencies.get(i);
727 mNode.tmpDependencies.remove(dependencyToRemove);
728 if (mNode.tmpDependencies.size() == 0) {
916 * tmpDependencies is a runtime detail. We use the dependencies list for sorting.
921 * list when the AnimatorSet starts and use this tmpDependencies list to track the
924 public ArrayList<Dependency> tmpDependencies = null; field in class:AnimatorSet.Node

Completed in 28 milliseconds