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

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

Completed in 928 milliseconds