Home
last modified time | relevance | path

Searched refs:VelocityThreshold (Results 1 – 25 of 66) sorted by relevance

123

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSheetDefaults.kt333 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
348 velocityThreshold = { with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } }, in <lambda>()
403 internal val VelocityThreshold = 125.dp constant
495 velocityThreshold: Dp = BottomSheetDefaults.VelocityThreshold,
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DModalBottomSheetTest.kt140 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
187 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
231 with(rule.density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
445 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
489 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
729 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
929 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
1084 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
1133 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
1188 with(density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
DBottomSheetScaffoldTest.kt259 with(rule.density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
938 with(rule.density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
1007 with(rule.density) { BottomSheetDefaults.VelocityThreshold.toPx() } in <lambda>()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwipeable.kt30 import androidx.compose.material.SwipeableDefaults.VelocityThreshold in <lambda>()
569 velocityThreshold: Dp = VelocityThreshold
801 val VelocityThreshold = 125.dp constant
DBackdropScaffold.kt205 velocityThreshold = { with(requireDensity()) { VelocityThreshold.toPx() } } in <lambda>()
636 private val VelocityThreshold = 125.dp constant
/compose/material/material/bcv/native/
D1.7.0.txt584 …final val VelocityThreshold // androidx.compose.material/SwipeableDefaults.VelocityThreshold|<get-
585VelocityThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.material/SwipeableDefaults.V…
D1.8.0-beta02.txt653 …final val VelocityThreshold // androidx.compose.material/SwipeableDefaults.VelocityThreshold|{}Vel…
654VelocityThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.material/SwipeableDefaults.V…
Dcurrent.txt653 …final val VelocityThreshold // androidx.compose.material/SwipeableDefaults.VelocityThreshold|{}Vel…
654VelocityThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.material/SwipeableDefaults.V…
/compose/material/material/api/
Drestricted_1.0.0-beta02.txt511 property public final float VelocityThreshold;
Drestricted_1.0.0-beta06.txt474 property public final float VelocityThreshold;
Drestricted_1.0.0-beta05.txt474 property public final float VelocityThreshold;
Drestricted_1.0.0-beta07.txt474 property public final float VelocityThreshold;
Drestricted_1.0.0-beta03.txt511 property public final float VelocityThreshold;
Drestricted_1.0.0-beta08.txt482 property public final float VelocityThreshold;
Drestricted_1.0.0-beta04.txt474 property public final float VelocityThreshold;
Drestricted_1.0.0-beta10.txt486 property public final float VelocityThreshold;
Drestricted_1.0.0-beta09.txt483 property public final float VelocityThreshold;
Drestricted_1.1.0-beta03.txt514 property public final float VelocityThreshold;
Drestricted_1.3.0-beta02.txt517 property public final float VelocityThreshold;
Drestricted_1.2.0-beta01.txt517 property public final float VelocityThreshold;
Drestricted_1.2.0-beta02.txt517 property public final float VelocityThreshold;
Drestricted_1.1.0-beta04.txt514 property public final float VelocityThreshold;
Drestricted_1.3.0-beta01.txt517 property public final float VelocityThreshold;
Drestricted_1.2.0-beta03.txt517 property public final float VelocityThreshold;
Drestricted_1.3.0-beta03.txt517 property public final float VelocityThreshold;

123