Home
last modified time | relevance | path

Searched refs:PositionalThreshold (Results 1 – 25 of 28) sorted by relevance

12

/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/pulltorefresh/
DPullToRefreshStateImplTest.kt58 with(LocalDensity.current) { PullToRefreshDefaults.PositionalThreshold.toPx() } in refreshTrigger_onlyAfterThreshold()
122 with(LocalDensity.current) { PullToRefreshDefaults.PositionalThreshold.toPx() } in progressAndVerticalOffset_scaleCorrectly_untilThreshold()
169 with(LocalDensity.current) { PullToRefreshDefaults.PositionalThreshold.toPx() } in progressAndPosition_scaleCorrectly_beyondThreshold()
223 with(LocalDensity.current) { PullToRefreshDefaults.PositionalThreshold.toPx() } in positionIsCapped()
DPullToRefreshBoxTest.kt28 import androidx.compose.material3.pulltorefresh.PullToRefreshDefaults.PositionalThreshold
185 swipeDown(startY = 0f, endY = PositionalThreshold.toPx() / 2, 100L) in box_fling_isConsumed()
198 swipeDown(startY = 0f, endY = PositionalThreshold.toPx() * 2 + touchSlop.toPx()) in swipeDownToThreshold()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSheetDefaults.kt330 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in Saver()
347 positionalThreshold = { with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } }, in <lambda>()
401 internal val PositionalThreshold = 56.dp constant
494 positionalThreshold: Dp = BottomSheetDefaults.PositionalThreshold,
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/anchoredDraggable/
DAnchoredDraggableBackwardsCompatibleTest.kt56 positionalThreshold: (Float) -> Float = AnchoredDraggableDefaults.PositionalThreshold,
117 positionalThreshold: (Float) -> Float = AnchoredDraggableDefaults.PositionalThreshold,
239 AnchoredDraggableDefaults.PositionalThreshold, in createAnchoredDraggableFlingBehavior()
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DModalBottomSheetTest.kt137 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
184 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
228 with(rule.density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
442 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
486 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
726 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
926 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
1081 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
1130 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
1185 with(density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
DBottomSheetScaffoldTest.kt256 with(rule.density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
935 with(rule.density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
1004 with(rule.density) { BottomSheetDefaults.PositionalThreshold.toPx() } in <lambda>()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/pulltorefresh/
DPullToRefresh.kt177 threshold: Dp = PullToRefreshDefaults.PositionalThreshold, in pullToRefresh()
447 val PositionalThreshold = 80.dp constant
476 threshold: Dp = PositionalThreshold, in IndicatorBox()
539 threshold: Dp = PositionalThreshold, in Indicator()
590 threshold: Dp = PositionalThreshold in LoadingIndicator()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DBackdropScaffold.kt204 positionalThreshold = { with(requireDensity()) { PositionalThreshold.toPx() } }, in <lambda>()
637 private val PositionalThreshold = 56.dp constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DAnchoredDraggable.kt401 positionalThreshold = AnchoredDraggableDefaults.PositionalThreshold, in updateFlingBehavior()
1491 val PositionalThreshold: (Float) -> Float = { distance -> distance / 2f } in distance() constant
1520 positionalThreshold: (totalDistance: Float) -> Float = PositionalThreshold, in flingBehavior()
/compose/foundation/foundation/bcv/native/
Dcurrent.txt1291 …final val PositionalThreshold // androidx.compose.foundation.gestures/AnchoredDraggableDefaults.Po…
1292PositionalThreshold>(): kotlin/Function1<kotlin/Float, kotlin/Float> // androidx.compose.foundatio…
D1.8.0-beta02.txt1297 …final val PositionalThreshold // androidx.compose.foundation.gestures/AnchoredDraggableDefaults.Po…
1298PositionalThreshold>(): kotlin/Function1<kotlin/Float, kotlin/Float> // androidx.compose.foundatio…
/compose/material3/material3/bcv/native/
Dcurrent.txt2133 …final val PositionalThreshold // androidx.compose.material3.pulltorefresh/PullToRefreshDefaults.Po…
2134PositionalThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.material3.pulltorefresh/Pu…
/compose/foundation/foundation/api/
Drestricted_1.8.0-beta01.txt434 …y public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
D1.8.0-beta01.txt432 …y public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
Dcurrent.txt440 …roperty public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
Drestricted_current.txt442 …roperty public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
/compose/material3/material3/api/
Drestricted_1.3.0-beta02.txt2222 property public final float PositionalThreshold;
Drestricted_1.2.0-beta01.txt2087 property public final float PositionalThreshold;
D1.2.0-beta02.txt2083 property public final float PositionalThreshold;
D1.3.0-beta01.txt2222 property public final float PositionalThreshold;
Drestricted_1.3.0-beta01.txt2222 property public final float PositionalThreshold;
D1.2.0-beta01.txt2087 property public final float PositionalThreshold;
Drestricted_1.3.0-beta03.txt2225 property public final float PositionalThreshold;
Drestricted_1.2.0-beta02.txt2083 property public final float PositionalThreshold;
D1.3.0-beta03.txt2225 property public final float PositionalThreshold;

12