public abstract class BaseLottieAnimator
extends android.animation.ValueAnimator
| Constructor and Description |
|---|
BaseLottieAnimator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(android.animation.Animator.AnimatorListener listener) |
void |
addUpdateListener(android.animation.ValueAnimator.AnimatorUpdateListener listener) |
long |
getStartDelay() |
void |
removeAllListeners() |
void |
removeAllUpdateListeners() |
void |
removeListener(android.animation.Animator.AnimatorListener listener) |
void |
removeUpdateListener(android.animation.ValueAnimator.AnimatorUpdateListener listener) |
android.animation.ValueAnimator |
setDuration(long duration) |
void |
setInterpolator(android.animation.TimeInterpolator value) |
void |
setStartDelay(long startDelay) |
areAnimatorsEnabled, cancel, clone, end, getAnimatedFraction, getAnimatedValue, getAnimatedValue, getCurrentPlayTime, getDuration, getFrameDelay, getInterpolator, getRepeatCount, getRepeatMode, getTotalDuration, getValues, isRunning, isStarted, ofArgb, ofFloat, ofInt, ofObject, ofPropertyValuesHolder, pause, resume, reverse, setCurrentFraction, setCurrentPlayTime, setEvaluator, setFloatValues, setFrameDelay, setIntValues, setObjectValues, setRepeatCount, setRepeatMode, setValues, start, toStringpublic long getStartDelay()
getStartDelay in class android.animation.ValueAnimatorpublic void setStartDelay(long startDelay)
setStartDelay in class android.animation.ValueAnimatorpublic android.animation.ValueAnimator setDuration(long duration)
setDuration in class android.animation.ValueAnimatorpublic void setInterpolator(android.animation.TimeInterpolator value)
setInterpolator in class android.animation.ValueAnimatorpublic void addUpdateListener(android.animation.ValueAnimator.AnimatorUpdateListener listener)
addUpdateListener in class android.animation.ValueAnimatorpublic void removeUpdateListener(android.animation.ValueAnimator.AnimatorUpdateListener listener)
removeUpdateListener in class android.animation.ValueAnimatorpublic void removeAllUpdateListeners()
removeAllUpdateListeners in class android.animation.ValueAnimatorpublic void addListener(android.animation.Animator.AnimatorListener listener)
addListener in class android.animation.Animatorpublic void removeListener(android.animation.Animator.AnimatorListener listener)
removeListener in class android.animation.Animatorpublic void removeAllListeners()
removeAllListeners in class android.animation.Animator