Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DTextInputService.kt118 fun showSoftwareKeyboard() { in <lambda>() method
266 fun showSoftwareKeyboard(): Boolean = ensureOpenSession { in <lambda>() method
325 fun showSoftwareKeyboard() in stopInput() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyPlatformTextInputServiceAdapter.kt64 final override fun showSoftwareKeyboard() { in createLegacyPlatformTextInputServiceAdapter() method in androidx.compose.foundation.text.input.internal.LegacyPlatformTextInputServiceAdapter
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/
DTextFieldToggleTextTestCase.kt97 override fun showSoftwareKeyboard() { in showSoftwareKeyboard() method in androidx.compose.foundation.benchmark.text.TestPlatformTextInputService
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DAndroidPlatformTextInputSessionTest.kt60 override fun showSoftwareKeyboard() { in showSoftwareKeyboard() method in androidx.compose.ui.text.input.AndroidPlatformTextInputSessionTest
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DTextInputServiceAndroid.android.kt246 override fun showSoftwareKeyboard() { in <lambda>() method