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

/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java39 ((AnimatorSet)mAnimator).playSequentially(xAnim, yAnim);
59 animSet.playSequentially(xAnim, yAnim);
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java30 * {@link AnimatorSet#playSequentially(Animator[]) playSequentially()} methods can be called to add
174 public void playSequentially(Animator... items) { method in class:AnimatorSet
193 public void playSequentially(List<Animator> items) { method in class:AnimatorSet
997 * AnimatorSet#playSequentially(Animator[]) playSequentially()} methods if these suit the need,
H A DAnimatorInflater.java148 parent.playSequentially(animsArray);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java501 mScreenshotAnimation.playSequentially(screenshotDropInAnim, screenshotFadeOutAnim);

Completed in 404 milliseconds