| Modifier and Type | Class and Description |
|---|---|
class |
AnimatorSet.Builder |
Animator.AnimatorListener| Constructor and Description |
|---|
AnimatorSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
AnimatorSet |
clone() |
void |
end() |
ArrayList<Animator> |
getChildAnimations() |
long |
getDuration() |
long |
getStartDelay() |
boolean |
isRunning() |
boolean |
isStarted() |
AnimatorSet.Builder |
play(Animator anim) |
void |
playSequentially(Animator... items) |
void |
playSequentially(List<Animator> items) |
void |
playTogether(Animator... items) |
void |
playTogether(Collection<Animator> items) |
AnimatorSet |
setDuration(long duration) |
void |
setInterpolator(TimeInterpolator interpolator) |
void |
setStartDelay(long startDelay) |
void |
setTarget(Object target) |
void |
setupEndValues() |
void |
setupStartValues() |
void |
start() |
addListener, getListeners, removeAllListeners, removeListenerpublic void playTogether(Animator... items)
public void playTogether(Collection<Animator> items)
public void playSequentially(Animator... items)
public void setInterpolator(TimeInterpolator interpolator)
setInterpolator in class Animatorpublic AnimatorSet.Builder play(Animator anim)
public long getStartDelay()
getStartDelay in class Animatorpublic void setStartDelay(long startDelay)
setStartDelay in class Animatorpublic long getDuration()
getDuration in class Animatorpublic AnimatorSet setDuration(long duration)
setDuration in class Animatorpublic void setupStartValues()
setupStartValues in class Animatorpublic void setupEndValues()
setupEndValues in class Animatorpublic AnimatorSet clone()
Copyright © 2008-2013. All Rights Reserved.