Home
last modified time | relevance | path

Searched defs:performTouchInput (Results 1 – 4 of 4) sorted by relevance

/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DCommon.kt28 fun ComposeTestRule.performTouchInput(block: TouchInjectionScope.() -> Unit) { in performTouchInput() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionHandleTestUtils.kt165 private fun performTouchInput(block: TouchInjectionScope.() -> Unit) { in performTouchInput() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DLazyColumnMultiTextRegressionTest.kt239 private fun performTouchInput(block: TouchInjectionScope.() -> Unit) { in performTouchInput() method in androidx.compose.foundation.text.selection.gestures.LazyColumnMultiTextRegressionTest.TestScope
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DActions.kt380 fun SemanticsNodeInteraction.performTouchInput( in SemanticsNodeInteraction() method