Searched refs:calculateIndicatorPosition (Results 1 – 2 of 2) sorted by relevance
142 _position = calculateIndicatorPosition() in onPull()203 private fun calculateIndicatorPosition(): Float = in calculateIndicatorPosition() method
163 .isEqualTo(calculateIndicatorPosition(adjustedDistancePulled, threshold)) in progressAndPosition_scaleCorrectly_untilThreshold()209 .isEqualTo(calculateIndicatorPosition(adjustedDistancePulled, threshold)) in progressAndPosition_scaleCorrectly_beyondThreshold()761 calculateIndicatorPosition( in nestedPreFling_negativeVelocity_notRefreshing()873 calculateIndicatorPosition( in nestedPreFling_positiveVelocity_notRefreshing()1025 private fun calculateIndicatorPosition(distance: Float, threshold: Float): Float = in calculateIndicatorPosition() method in androidx.compose.material.pullrefresh.PullRefreshStateTest