| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ |
| D | MouseInjectionScope.kt | 470 val steps = max(1, (durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in animateMoveAlong() constant 530 val steps = max(1, (durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in smoothScroll() constant
|
| D | TouchInjectionScope.kt | 549 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/ |
| D | TextSelectionTestUtils.kt | 237 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/ |
| D | Strategy.kt | 160 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/ |
| D | LongClickTest.kt | 133 val steps = max(1, (expectedDuration / eventPeriodMillis.toDouble()).roundToInt()) in <lambda>() constant
|
| D | VelocityPathFinderTest.kt | 217 val steps = max(1, (config.durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in simulateSwipe() constant
|
| D | VelocityPathFinderCalculateDurationTest.kt | 291 val steps = max(1, (durationMillis / eventPeriodMillis.toFloat()).roundToInt()) in simulateSwipe() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/anchoredDraggable/ |
| D | AnchoredDraggableDecayAnimationTest.kt | 161 val steps = distance / stepSize in createFakeDecayAnimationSpec() constant
|
| /compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/mouse/ |
| D | ScrollTest.kt | 66 private val steps = 4 constant
|
| D | MoveTest.kt | 52 private val steps = 4 in <lambda>() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/ |
| D | VelocityTrackingParityTest.kt | 633 val steps = interpolate(startCoordinates, endCoordinates, 10) in sendLinearSwipe() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/ |
| D | SemanticsProperties.kt | 556 val steps: Int = 0 constant in androidx.compose.ui.semantics.ProgressBarRangeInfo
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | Slider.kt | 2489 @IntRange(from = 0) val steps: Int = 0, constant 2701 @IntRange(from = 0) val steps: Int = 0, constant
|