|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ValueAnimator.AnimatorUpdateListener
Implementors of this interface can add themselves as update listeners
to an ValueAnimator
instance to receive callbacks on every animation
frame, after the current frame's values have been calculated for that
ValueAnimator
.
Method Summary | |
---|---|
void |
onAnimationUpdate(ValueAnimator animation)
Notifies the occurrence of another frame of the animation. |
Method Detail |
---|
void onAnimationUpdate(ValueAnimator animation)
Notifies the occurrence of another frame of the animation.
animation
- The animation which was repeated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |