ViewPropertyAnimatorUpdateListener

Added in 1.1.0

public interface 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 void

Notifies the occurrence of another frame of the animation.

Public methods

onAnimationUpdate

Added in 1.1.0
abstract void onAnimationUpdate(@NonNull View view)

Notifies the occurrence of another frame of the animation.

Parameters
@NonNull View view

The view associated with the ViewPropertyAnimatorCompat