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

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

Completed in 47 milliseconds