FileDocCategorySizeDatePackage
ViewPropertyAnimatorUpdateListener.javaAPI DocAndroid 5.1 API1246Thu Mar 12 22:22:56 GMT 2015android.support.v4.view

ViewPropertyAnimatorUpdateListener

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.

Fields Summary
Constructors Summary
Methods Summary
public voidonAnimationUpdate(android.view.View view)

Notifies the occurrence of another frame of the animation.

param
view The view associated with the ViewPropertyAnimatorCompat