Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DTextInputService.kt87 open fun stopInput(session: TextInputSession) { in <lambda>() method in androidx.compose.ui.text.input.TextInputService
95 fun stopInput() { in <lambda>() method
316 fun stopInput() in stopInput() method
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/
DTextFieldToggleTextTestCase.kt93 override fun stopInput() { in stopInput() method in androidx.compose.foundation.benchmark.text.TestPlatformTextInputService
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DAndroidPlatformTextInputSessionTest.kt56 override fun stopInput() { in stopInput() method in androidx.compose.ui.text.input.AndroidPlatformTextInputSessionTest
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DTextInputServiceAndroid.android.kt233 override fun stopInput() { in <lambda>() method
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyPlatformTextInputServiceAdapter.android.kt158 override fun stopInput() { in createLegacyPlatformTextInputServiceAdapter() method in androidx.compose.foundation.text.input.internal.AndroidLegacyPlatformTextInputServiceAdapter