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

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java38 * <p>There are two different approaches to adding animations to a <code>AnimatorSet</code>:
39 * either the {@link AnimatorSet#playTogether(Animator[]) playTogether()} or
40 * {@link AnimatorSet#playSequentially(Animator[]) playSequentially()} methods can be called to add
41 * a set of animations all at once, or the {@link AnimatorSet#play(Animator)} can be
42 * used in conjunction with methods in the {@link AnimatorSet.Builder Builder}
46 * <p>It is possible to set up a <code>AnimatorSet</code> with circular dependencies between
55 * <p>For more information about animating with {@code AnimatorSet}, read the
60 public final class AnimatorSet extends Animator implements AnimationHandler.AnimationFrameCallback { class in inherits:Animator,AnimationHandler.AnimationFrameCallback
62 private static final String TAG = "AnimatorSet";
72 * cancel or end when cancel() or end() is called on this AnimatorSet
197 public AnimatorSet() { method in class:AnimatorSet
[all...]

Completed in 258 milliseconds