public interface Animation
Modifier and Type | Method and Description |
---|---|
boolean |
tick(long currentTimeMillis)
Called by an animator at a fixed rate.
|
boolean tick(long currentTimeMillis)
The given time is based on Util.platformTimeMillis()
which is monotonic.
currentTimeMillis
- the current time in milliseconds.true
if the animation continue, false
if the animation must stop.