Home
last modified time | relevance | path

Searched defs:beginBatchEdit (Results 1 – 9 of 9) sorted by relevance

/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/input/
DRecordingInputConnectionInactiveTest.kt97 fun beginBatchEdit() { in beginBatchEdit() method in androidx.compose.ui.input.RecordingInputConnectionInactiveTest
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DImeEditCommand.android.kt58 fun beginBatchEdit(): Boolean in mapFromTransformed() method
104 override fun beginBatchEdit(): Boolean { in mapFromTransformed() method in androidx.compose.foundation.text.input.internal.DefaultImeEditCommandScope
DRecordingInputConnection.android.kt172 override fun beginBatchEdit(): Boolean = ensureActive { in <lambda>() method
DStatelessInputConnection.android.kt209 override fun beginBatchEdit(): Boolean { in <lambda>() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DNullableInputConnectionWrapper.android.kt148 override fun beginBatchEdit(): Boolean = delegate?.beginBatchEdit() ?: false in disposeDelegate() method
DRecordingInputConnection.android.kt151 override fun beginBatchEdit(): Boolean = ensureActive { in <lambda>() method
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DPlatformTextInputAdapterDemo.kt277 override fun beginBatchEdit(): Boolean { in beginBatchEdit() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DStatelessInputConnectionTest.kt99 override fun beginBatchEdit(): Boolean { in <lambda>() method in androidx.compose.foundation.text.input.internal.StatelessInputConnectionTest
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DInterceptPlatformTextInputTest.kt666 override fun beginBatchEdit(): Boolean = TODO("Not yet implemented") in <lambda>() method in TaggedInputConnection