Searched defs:playTogether (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java39 * either the {@link AnimatorSet#playTogether(Animator[]) playTogether()} or
231 public void playTogether(Animator... items) { method in class:AnimatorSet
245 public void playTogether(Collection<Animator> items) { method in class:AnimatorSet
1965 * use the {@link AnimatorSet#playTogether(Animator[]) playTogether()} and {@link

Completed in 453 milliseconds