Searched defs:repeatCount (Results 1 – 4 of 4) sorted by relevance
| /compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/ | ||
| D | ParagraphIntegrationIndentationFixTest.kt | 52 private val repeatCount = 20 in <lambda>() constant in androidx.compose.ui.text.ParagraphIntegrationIndentationFixTest |
| /compose/animation/animation-graphics/src/commonMain/kotlin/androidx/compose/animation/graphics/vector/ | ||
| D | Animator.kt | 111 val repeatCount: Int, constant in androidx.compose.animation.graphics.vector.Timestamp |
| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ | ||
| D | InputDispatcher.kt | 854 var repeatCount = 0 variable in KeyInputState |
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/ | ||
| D | SuspendingPointerInputFilterTest.kt | 567 repeat(3) { repeatCount -> in <lambda>() method |