Searched refs:maxFlingSpeed (Results 1 – 1 of 1) sorted by relevance
389 private val maxFlingSpeed = viewConfiguration.scaledMaximumFlingVelocity.toFloat() in handleScrollEvent() constant429 "minFlingSpeed: $minFlingSpeed, maxFlingSpeed: $maxFlingSpeed" in handleScrollEvent()437 val velocity = flingVelocity.coerceIn(-maxFlingSpeed, maxFlingSpeed) in handleScrollEvent()