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

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java707 * @param dependencyAnimation the animation that sent the event.
709 private void startIfReady(Animator dependencyAnimation) { argument
719 dependency.node.animation == dependencyAnimation) {
723 dependencyAnimation.removeListener(this);

Completed in 30 milliseconds