Home
last modified time | relevance | path

Searched defs:step (Results 1 – 9 of 9) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DMouseInjectionScope.kt467 var step = 0 in animateMoveAlong() variable
527 var step = 0 in smoothScroll() variable
DVelocityPathFinder.kt284 val step = (max(end, start) - min(end, start)) / 1000f in searchPath() constant
DTouchInjectionScope.kt546 var step = 0 in TouchInjectionScope() variable
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/suspendfun/
DPeriodicMonoSplineDemo.kt202 val step = vectorized.durationMillis.toFloat() / sampleSize in MonoSplineCurve() constant
DOffsetKeyframeSplinePlaygroundDemo.kt281 val step = vectorized.durationMillis.toFloat() / sampleCount in DrawContent() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/
DTextSelectionTestUtils.kt240 for (step in 1..steps) { in to() variable
278 for (step in 1..steps) { in mouseDragNodeTo() variable
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DVelocityPathFinderTest.kt218 for (step in 0..steps) { in simulateSwipe() constant
DVelocityPathFinderCalculateDurationTest.kt292 for (step in 0..steps) { in simulateSwipe() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DVelocityTrackingParityTest.kt640 for (step in steps) { in sendLinearSwipe() variable