Home
last modified time | relevance | path

Searched defs:startInput (Results 1 – 5 of 5) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DTextInputService.kt56 open fun startInput( in <lambda>() method in androidx.compose.ui.text.input.TextInputService
74 fun startInput() { in <lambda>() method in androidx.compose.ui.text.input.TextInputService
296 fun startInput( in startInput() method
309 fun startInput() {} in startInput() method
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyPlatformTextInputServiceAdapter.android.kt85 override fun startInput( in createLegacyPlatformTextInputServiceAdapter() method in androidx.compose.foundation.text.input.internal.AndroidLegacyPlatformTextInputServiceAdapter
102 override fun startInput() { in createLegacyPlatformTextInputServiceAdapter() method in androidx.compose.foundation.text.input.internal.AndroidLegacyPlatformTextInputServiceAdapter
109 private fun startInput(initializeRequest: ((LegacyTextInputMethodRequest) -> Unit)?) { in createLegacyPlatformTextInputServiceAdapter() method
248 fun startInput( in startInput() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DTextInputServiceAndroid.android.kt199 override fun startInput( in <lambda>() method
220 override fun startInput() { in <lambda>() method
295 var startInput: Boolean? = null in <lambda>() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DAndroidPlatformTextInputSessionTest.kt52 override fun startInput() { in startInput() method in androidx.compose.ui.text.input.AndroidPlatformTextInputSessionTest
68 override fun startInput( in startInput() method in androidx.compose.ui.text.input.AndroidPlatformTextInputSessionTest
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/
DTextFieldToggleTextTestCase.kt84 override fun startInput( in startInput() method in androidx.compose.foundation.benchmark.text.TestPlatformTextInputService