Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 13 of 13) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DMouseInjectionScope.kt470 val steps = max(1, (durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in animateMoveAlong() constant
530 val steps = max(1, (durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in smoothScroll() constant
DTouchInjectionScope.kt549 val steps = max(1, ((tN - t0) / eventPeriodMillis.toFloat()).roundToInt()) in TouchInjectionScope() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/
DTextSelectionTestUtils.kt237 val steps = max(1, (durationMillis / dragEventPeriodMillis.toFloat()).roundToInt()) in to() constant
275 val steps = max(1, (durationMillis / dragEventPeriodMillis.toFloat()).roundToInt()) in mouseDragNodeTo() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt160 var steps = startKeylineSteps in <lambda>() variable
299 val steps: MutableList<KeylineList> = mutableListOf() in getStartKeylineSteps() constant
395 val steps: MutableList<KeylineList> = mutableListOf() in getEndKeylineSteps() constant
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DLongClickTest.kt133 val steps = max(1, (expectedDuration / eventPeriodMillis.toDouble()).roundToInt()) in <lambda>() constant
DVelocityPathFinderTest.kt217 val steps = max(1, (config.durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in simulateSwipe() constant
DVelocityPathFinderCalculateDurationTest.kt291 val steps = max(1, (durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in simulateSwipe() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/anchoredDraggable/
DAnchoredDraggableDecayAnimationTest.kt161 val steps = distance / stepSize in createFakeDecayAnimationSpec() constant
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/mouse/
DScrollTest.kt66 private val steps = 4 constant
DMoveTest.kt52 private val steps = 4 in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DVelocityTrackingParityTest.kt633 val steps = interpolate(startCoordinates, endCoordinates, 10) in sendLinearSwipe() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt556 val steps: Int = 0 constant in androidx.compose.ui.semantics.ProgressBarRangeInfo
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt2489 @IntRange(from = 0) val steps: Int = 0, constant
2701 @IntRange(from = 0) val steps: Int = 0, constant