| D | SwipeCurveWithKeyTimesTest.kt | 49 data class TestConfig(val keyTimes: List<Long>) in <lambda>() constant in androidx.compose.ui.test.injectionscope.touch.SwipeCurveWithKeyTimesTest.TestConfig 88 swipe(curve = ::curve, duration, config.keyTimes) in <lambda>() 102 .containsAtLeastElementsIn(config.keyTimes) in <lambda>() 110 (listOf(0L) + config.keyTimes + listOf(duration)) in <lambda>()
|