Package | Description |
---|---|
com.actionbarsherlock.internal.nineoldandroids.animation |
Modifier and Type | Method and Description |
---|---|
AnimatorSet.Builder |
AnimatorSet.Builder.after(Animator anim)
Sets up the given animation to play when the animation supplied in the
AnimatorSet.play(Animator) call that created this Builder object
to start when the animation supplied in this method call ends. |
AnimatorSet.Builder |
AnimatorSet.Builder.after(long delay)
Sets up the animation supplied in the
AnimatorSet.play(Animator) call that created this Builder object
to play when the given amount of time elapses. |
AnimatorSet.Builder |
AnimatorSet.Builder.before(Animator anim)
Sets up the given animation to play when the animation supplied in the
AnimatorSet.play(Animator) call that created this Builder object
ends. |
AnimatorSet.Builder |
AnimatorSet.play(Animator anim)
This method creates a
Builder object, which is used to
set up playing constraints. |
AnimatorSet.Builder |
AnimatorSet.Builder.with(Animator anim)
Sets up the given animation to play at the same time as the animation supplied in the
AnimatorSet.play(Animator) call that created this Builder object. |
Copyright © 2011–2014. All rights reserved.