Home
last modified time | relevance | path

Searched refs:calculateIndicatorPosition (Results 1 – 2 of 2) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshState.kt142 _position = calculateIndicatorPosition() in onPull()
203 private fun calculateIndicatorPosition(): Float = in calculateIndicatorPosition() method
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshStateTest.kt163 .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