Home
last modified time | relevance | path

Searched defs:platformTextInputService (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/
DLocalSoftwareKeyboardControllerTest.kt76 val platformTextInputService = mock<PlatformTextInputService>() in localSoftwareKeyboardController_delegatesTo_textInputService() constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DTextInputService.kt38 open class TextInputService(private val platformTextInputService: PlatformTextInputService) { in <lambda>() constant in androidx.compose.ui.text.input.TextInputService
144 private val platformTextInputService: PlatformTextInputService constant in androidx.compose.ui.text.input.TextInputSession