Home
last modified time | relevance | path

Searched defs:setComposingRegion (Results 1 – 10 of 10) sorted by relevance

/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/input/
DRecordingInputConnectionInactiveTest.kt57 fun setComposingRegion() { in setComposingRegion() method in androidx.compose.ui.input.RecordingInputConnectionInactiveTest
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DNullableInputConnectionWrapper.android.kt127 override fun setComposingRegion(p0: Int, p1: Int): Boolean = in disposeDelegate() method
DRecordingInputConnection.android.kt200 override fun setComposingRegion(start: Int, end: Int): Boolean = ensureActive { in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DRecordingInputConnectionTest.kt265 fun setComposingRegion() { in setComposingRegion() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/
DRecordingInputConnectionTest.kt269 fun setComposingRegion() { in setComposingRegion() method in androidx.compose.ui.input.RecordingInputConnectionTest
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DImeEditCommand.android.kt174 internal fun ImeEditCommandScope.setComposingRegion(start: Int, end: Int) = edit { in <lambda>() method
DRecordingInputConnection.android.kt220 override fun setComposingRegion(start: Int, end: Int): Boolean = ensureActive { in <lambda>() method
DStatelessInputConnection.android.kt240 override fun setComposingRegion(start: Int, end: Int): Boolean { in <lambda>() method
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DPlatformTextInputAdapterDemo.kt309 override fun setComposingRegion(start: Int, end: Int): Boolean { in setComposingRegion() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DInterceptPlatformTextInputTest.kt648 override fun setComposingRegion(start: Int, end: Int): Boolean = TODO("Not yet implemented") in <lambda>() method in TaggedInputConnection