-
- All Implemented Interfaces:
-
androidx.lifecycle.LifecycleObserver
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class ValueAnimationListener implements LifecycleObserver
Lifecycle aware ValueAnimator wrapper.
-
-
Constructor Summary
Constructors Constructor Description ValueAnimationListener(Lifecycle lifecycle, Float valueStart, Float valueEnd, Long duration, TimeInterpolator interpolator, Function1<Float, Unit> updateListener, Function0<Unit> endListener)
-