T
- Type of value producedpublic interface ValueAnimator<T>
nextValue()
is
called, subject to some constraints.Modifier and Type | Method and Description |
---|---|
boolean |
hasFinished()
Has the animator finished animating the value.
|
T |
nextValue()
Get the next value.
|
void |
reset()
Reset the animator back to its initial condition.
|
T nextValue()
boolean hasFinished()
void reset()