HasFlingAnimator

Functions

Link copied to clipboard

Get the fling animator that is reused for the ScrollView to handle fling animation.

Link copied to clipboard
abstract fun getFlingExtrapolatedDistance(velocity: Int): Int

Get the fling distance with current velocity for prediction

Link copied to clipboard
abstract fun startFlingAnimator(start: Int, end: Int)

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