public class ParallelAnimator extends GroupAnimator
Animator.AnimatorListenermAnimators, mLoopCount, mLooped, mNumAnimatorsmAccumulating, mData, mElapsedTime, mLastDeltaTime, mLifeEnded, mLifespan, mListener, mRunning, mStartDelay, mTarget| Constructor and Description |
|---|
ParallelAnimator(Animator... animators) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationEnd(Animator animator) |
protected void |
startAnimators()
Restart all the child animators
|
void |
startElapse(int elapsedTime)
Start with a specific elapsed time
|
boolean |
update(int deltaTime) |
add, clear, getAnimatorAt, getLoopCount, getNumAnimators, onAnimationUpdate, remove, setLoopCount, setTarget, stopelapse, end, getData, getElapsedTime, getLifespan, getListener, getStartDelay, getTarget, isAccumulating, isRunning, reset, setAccumulating, setData, setElapsedTime, setLifespan, setListener, setStartDelay, startpublic ParallelAnimator(Animator... animators)
public boolean update(int deltaTime)
update in interface Manipulatorupdate in class BaseAnimatorpublic void startElapse(int elapsedTime)
BaseAnimatorstartElapse in class GroupAnimatorprotected void startAnimators()
public void onAnimationEnd(Animator animator)