Searched defs:platformTextInputService (Results 1 – 2 of 2) sorted by relevance
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/ | ||
| D | LocalSoftwareKeyboardControllerTest.kt | 76 val platformTextInputService = mock<PlatformTextInputService>() in localSoftwareKeyboardController_delegatesTo_textInputService() constant |
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/ | ||
| D | TextInputService.kt | 38 open class TextInputService(private val platformTextInputService: PlatformTextInputService) { in <lambda>() constant in androidx.compose.ui.text.input.TextInputService |