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

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

Completed in 123 milliseconds