public class PulsingLocationCircleAnimator
extends android.animation.ValueAnimator
Constructor | Description |
---|---|
PulsingLocationCircleAnimator(com.trimblemaps.mapsdk.location.TrimbleMapsAnimator.AnimationsValueChangeListener updateListener,
int maxAnimationFps,
float circleMaxRadius) |
Modifier and Type | Method | Description |
---|---|---|
void |
makeInvalid() |
|
void |
onAnimationUpdate(android.animation.ValueAnimator animation) |
addListener, addPauseListener, getListeners, isPaused, removeAllListeners, removeListener, removePauseListener, setTarget, setupEndValues, setupStartValues
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.trimblemaps.mapsdk.location.TrimbleMapsAnimator.AnimationsValueChangeListener updateListener, int maxAnimationFps, float circleMaxRadius)
updateListener
- the TrimbleMapsAnimator.AnimationsValueChangeListener
associated with this animator.maxAnimationFps
- the maximum frames per second that the animator should use. Default
is the LocationAnimatorCoordinator.maxAnimationFps
variable.