MultiViewUpdateListener

An AnimatorUpdateListener that provides a framework for applying the animated value to multiple views.

Constructors

Link copied to clipboard
constructor(@NonNull listener: MultiViewUpdateListener.Listener, @NonNull views: Array<View>)
constructor(@NonNull listener: MultiViewUpdateListener.Listener, @NonNull views: Collection<View>)

Functions

Link copied to clipboard
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated alpha value to the input views.
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated alpha value to the input collection of views.
Link copied to clipboard
open fun onAnimationUpdate(@NonNull valueAnimator: ValueAnimator)
Link copied to clipboard
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated scale value to the input views.
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated scale value to the input collection of views.
Link copied to clipboard
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated translation x value to the input views.
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated translation x value to the input collection of views.
Link copied to clipboard
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated translation y value to the input views.
Returns a MultiViewUpdateListener.Listener that can be used to apply the animated translation y value to the input collection of views.