| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/pulltorefresh/ |
| D | PullToRefreshStateImplTest.kt | 58 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()
|
| D | PullToRefreshBoxTest.kt | 28 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/ |
| D | SheetDefaults.kt | 330 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/ |
| D | AnchoredDraggableBackwardsCompatibleTest.kt | 56 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/ |
| D | ModalBottomSheetTest.kt | 137 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>()
|
| D | BottomSheetScaffoldTest.kt | 256 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/ |
| D | PullToRefresh.kt | 177 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/ |
| D | BackdropScaffold.kt | 204 positionalThreshold = { with(requireDensity()) { PositionalThreshold.toPx() } }, in <lambda>() 637 private val PositionalThreshold = 56.dp constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/ |
| D | AnchoredDraggable.kt | 401 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/ |
| D | current.txt | 1291 …final val PositionalThreshold // androidx.compose.foundation.gestures/AnchoredDraggableDefaults.Po… 1292 …PositionalThreshold>(): kotlin/Function1<kotlin/Float, kotlin/Float> // androidx.compose.foundatio…
|
| D | 1.8.0-beta02.txt | 1297 …final val PositionalThreshold // androidx.compose.foundation.gestures/AnchoredDraggableDefaults.Po… 1298 …PositionalThreshold>(): kotlin/Function1<kotlin/Float, kotlin/Float> // androidx.compose.foundatio…
|
| /compose/material3/material3/bcv/native/ |
| D | current.txt | 2133 …final val PositionalThreshold // androidx.compose.material3.pulltorefresh/PullToRefreshDefaults.Po… 2134 …PositionalThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.material3.pulltorefresh/Pu…
|
| /compose/foundation/foundation/api/ |
| D | restricted_1.8.0-beta01.txt | 434 …y public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
|
| D | 1.8.0-beta01.txt | 432 …y public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
|
| D | current.txt | 440 …roperty public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
|
| D | restricted_current.txt | 442 …roperty public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> PositionalThreshold;
|
| /compose/material3/material3/api/ |
| D | restricted_1.3.0-beta02.txt | 2222 property public final float PositionalThreshold;
|
| D | restricted_1.2.0-beta01.txt | 2087 property public final float PositionalThreshold;
|
| D | 1.2.0-beta02.txt | 2083 property public final float PositionalThreshold;
|
| D | 1.3.0-beta01.txt | 2222 property public final float PositionalThreshold;
|
| D | restricted_1.3.0-beta01.txt | 2222 property public final float PositionalThreshold;
|
| D | 1.2.0-beta01.txt | 2087 property public final float PositionalThreshold;
|
| D | restricted_1.3.0-beta03.txt | 2225 property public final float PositionalThreshold;
|
| D | restricted_1.2.0-beta02.txt | 2083 property public final float PositionalThreshold;
|
| D | 1.3.0-beta03.txt | 2225 property public final float PositionalThreshold;
|