Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 10 of 10) sorted by relevance

/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshStateTest.kt64 val threshold = 400f in pullBeyondThreshold_triggersRefresh() constant
91 val threshold = 400f in pullLessThanOrEqualToThreshold_doesNot_triggerRefresh() constant
129 val threshold = 400f in progressAndPosition_scaleCorrectly_untilThreshold() constant
180 val threshold = 400f in progressAndPosition_scaleCorrectly_beyondThreshold() constant
225 val threshold = 400f in positionIsCapped() constant
261 val threshold = 400f in pullInterrupted() constant
312 val threshold = 400f in pullBeyondThreshold_refreshingNotChangedToTrue_animatePositionBackToZero() constant
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DDecayAnimationTest.kt75 val threshold = 500f in testDecayThreshold() constant
/compose/material/material/samples/src/main/java/androidx/compose/material/samples/
DPullRefreshSamples.kt91 val threshold = with(LocalDensity.current) { 160.dp.toPx() } in CustomPullRefreshSample() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwipeable.kt774 val threshold = thresholds(lower, upper) in computeTarget() constant
782 val threshold = thresholds(upper, lower) in computeTarget() constant
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DVelocityPathFinder.kt390 val threshold = T - d in calculateOffsetForTime() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DMouseWheelScrollable.kt108 val threshold = with(density) { AnimationThreshold.toPx() } in <lambda>() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshState.kt125 internal val threshold constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/pulltorefresh/
DPullToRefresh.kt195 val threshold: Dp, in pullToRefresh() constant in androidx.compose.material3.pulltorefresh.PullToRefreshElement
255 var threshold: Dp, variable in androidx.compose.material3.pulltorefresh.PullToRefreshModifierNode
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuUiTest.kt526 val threshold = pixelMap.width * pixelMap.height * filterThresholdPercentage in <lambda>() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DFloatingToolbar.kt982 private var threshold = 0f variable