public interface MotionAnimationListener
MotionAnimation.| Modifier and Type | Method and Description |
|---|---|
void |
tick(int value,
boolean finished)
Called regularly by the animator, unless the value has not changed.
|
void tick(int value,
boolean finished)
The given value is within the start and stop values of the motion.
This method is executed in the MicroUI thread.
value - the current value of the motion.finished - whether the motion is currently finished.