Modifier and Type | Method and Description |
---|---|
ParallelAnimator |
ParallelAnimator.add(Combinable combinable)
This method adds this Combinable object to an ArrayList.
|
ParallelAnimator |
ParallelAnimator.setDuration(long duration)
This method overrides the
setDuration() methods of all the
parallel animations. |
ParallelAnimator |
ParallelAnimator.setInterpolator(TimeInterpolator interpolator)
This method overrides the
setInterpolator() methods of all
the parallel animations. |
ParallelAnimator |
ParallelAnimator.setListener(ParallelAnimatorListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ParallelAnimatorListener.onAnimationEnd(ParallelAnimator parallelAnimator)
This method is called when the parallel animation ends.
|