ViewPropertyAnimatorUpdateListener
interface ViewPropertyAnimatorUpdateListener
androidx.core.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
.
Summary
Public methods | |
---|---|
abstract Unit |
onAnimationUpdate(view: View!) Notifies the occurrence of another frame of the animation. |