public interface Combinable
Modifier and Type | Method and Description |
---|---|
void |
animate() |
AnimatorSet |
getAnimatorSet() |
long |
getDuration() |
Animation |
setDuration(long duration) |
Animation |
setInterpolator(TimeInterpolator interpolator) |
Animation |
setListener(AnimationListener listener) |
void animate()
AnimatorSet getAnimatorSet()
Animation setInterpolator(TimeInterpolator interpolator)
long getDuration()
Animation setDuration(long duration)
Animation setListener(AnimationListener listener)