Searched refs:flingVelocity (Results 1 – 1 of 1) sorted by relevance
392 private var flingVelocity: Float = 0f in handleScrollEvent() variable415 flingVelocity = currentVelocity * flingScaleFactor in handleScrollEvent()428 "Check fling: flingVelocity: $flingVelocity " + in handleScrollEvent()433 abs(flingVelocity) > minFlingSpeed in handleScrollEvent()437 val velocity = flingVelocity.coerceIn(-maxFlingSpeed, maxFlingSpeed) in handleScrollEvent()