public
interface
ViewPropertyAnimatorUpdateListener
android.support.v4.view.ViewPropertyAnimatorUpdateListener |
Implementors of this interface can add themselves as update listeners
to an ViewPropertyAnimatorCompat
instance to receive callbacks on every animation
frame, after the current frame's values have been calculated for that
ViewPropertyAnimatorCompat
.
Public methods | |
---|---|
abstract
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.
Parameters | |
---|---|
view |
View :
The view associated with the ViewPropertyAnimatorCompat
|