Package 

Class LottieInterpolatedPointValue

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.airbnb.lottie.value.LottieInterpolatedValue

        getValue
      • Methods inherited from class com.airbnb.lottie.value.LottieValueCallback

        getValueInternal, setAnimation, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LottieInterpolatedPointValue

        LottieInterpolatedPointValue(PointF startValue, PointF endValue)
      • LottieInterpolatedPointValue

        LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)