public interface ViewPropertyAnimatorUpdateListener
ViewPropertyAnimatorCompat
instance to receive callbacks on every animation
frame, after the current frame's values have been calculated for that
ViewPropertyAnimatorCompat
.Modifier and Type | Method and Description |
---|---|
void |
onAnimationUpdate(View view)
Notifies the occurrence of another frame of the animation.
|
void onAnimationUpdate(View view)
Notifies the occurrence of another frame of the animation.
view
- The view associated with the ViewPropertyAnimatorCompat