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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DViewPropertyAnimatorCompatSet.java54 public ViewPropertyAnimatorCompatSet playSequentially(ViewPropertyAnimatorCompat anim1, method in class:ViewPropertyAnimatorCompatSet
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java31 * {@link AnimatorSet#playSequentially(Animator[]) playSequentially()} methods can be called to add
175 public void playSequentially(Animator... items) { method in class:AnimatorSet
195 public void playSequentially(List<Animator> items) { method in class:AnimatorSet
1114 * AnimatorSet#playSequentially(Animator[]) playSequentially()} methods if these suit the need,

Completed in 131 milliseconds