Package 

Interface ReactScrollViewHelper.HasFlingAnimator

    • Method Summary

      Modifier and Type Method Description
      abstract void startFlingAnimator(int start, int end) Start the fling animator that the ScrollView has to go from the start position to endposition.
      abstract ValueAnimator getFlingAnimator() Get the fling animator that is reused for the ScrollView to handle fling animation.
      abstract int getFlingExtrapolatedDistance(int velocity) Get the fling distance with current velocity for prediction
      • Methods inherited from class java.lang.Object

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

      • startFlingAnimator

         abstract void startFlingAnimator(int start, int end)

        Start the fling animator that the ScrollView has to go from the start position to endposition.

      • getFlingExtrapolatedDistance

         abstract int getFlingExtrapolatedDistance(int velocity)

        Get the fling distance with current velocity for prediction