Searched defs:threshold (Results 1 – 10 of 10) sorted by relevance
64 val threshold = 400f in pullBeyondThreshold_triggersRefresh() constant91 val threshold = 400f in pullLessThanOrEqualToThreshold_doesNot_triggerRefresh() constant129 val threshold = 400f in progressAndPosition_scaleCorrectly_untilThreshold() constant180 val threshold = 400f in progressAndPosition_scaleCorrectly_beyondThreshold() constant225 val threshold = 400f in positionIsCapped() constant261 val threshold = 400f in pullInterrupted() constant312 val threshold = 400f in pullBeyondThreshold_refreshingNotChangedToTrue_animatePositionBackToZero() constant
75 val threshold = 500f in testDecayThreshold() constant
91 val threshold = with(LocalDensity.current) { 160.dp.toPx() } in CustomPullRefreshSample() constant
774 val threshold = thresholds(lower, upper) in computeTarget() constant782 val threshold = thresholds(upper, lower) in computeTarget() constant
390 val threshold = T - d in calculateOffsetForTime() constant
108 val threshold = with(density) { AnimationThreshold.toPx() } in <lambda>() constant
125 internal val threshold constant
195 val threshold: Dp, in pullToRefresh() constant in androidx.compose.material3.pulltorefresh.PullToRefreshElement255 var threshold: Dp, variable in androidx.compose.material3.pulltorefresh.PullToRefreshModifierNode
526 val threshold = pixelMap.width * pixelMap.height * filterThresholdPercentage in <lambda>() constant
982 private var threshold = 0f variable