public class PulsingLocationCircleAnimator
extends android.animation.ValueAnimator
Constructor and Description |
---|
PulsingLocationCircleAnimator(com.mapbox.mapboxsdk.location.MapboxAnimator.AnimationsValueChangeListener updateListener,
int maxAnimationFps,
float circleMaxRadius) |
Modifier and Type | Method and Description |
---|---|
void |
makeInvalid() |
void |
onAnimationUpdate(android.animation.ValueAnimator animation) |
addUpdateListener, areAnimatorsEnabled, cancel, clone, end, getAnimatedFraction, getAnimatedValue, getAnimatedValue, getCurrentPlayTime, getDuration, getFrameDelay, getInterpolator, getRepeatCount, getRepeatMode, getStartDelay, getTotalDuration, getValues, isRunning, isStarted, ofArgb, ofFloat, ofInt, ofObject, ofPropertyValuesHolder, pause, removeAllUpdateListeners, removeUpdateListener, resume, reverse, setCurrentFraction, setCurrentPlayTime, setDuration, setEvaluator, setFloatValues, setFrameDelay, setInterpolator, setIntValues, setObjectValues, setRepeatCount, setRepeatMode, setStartDelay, setValues, start, toString
public PulsingLocationCircleAnimator(com.mapbox.mapboxsdk.location.MapboxAnimator.AnimationsValueChangeListener updateListener, int maxAnimationFps, float circleMaxRadius)
updateListener
- the AnimationsValueChangeListener
associated with this animator.maxAnimationFps
- the maximum frames per second that the animator should use. Default
is the LocationAnimatorCoordinator.maxAnimationFps
variable.