Searched defs:finishComposingText (Results 1 – 10 of 10) sorted by relevance
62 fun finishComposingText() { in finishComposingText() method in androidx.compose.ui.input.RecordingInputConnectionInactiveTest
130 override fun finishComposingText(): Boolean = delegate?.finishComposingText() ?: false in disposeDelegate() method
243 override fun finishComposingText(): Boolean = ensureActive { in <lambda>() method
461 fun finishComposingText() { in finishComposingText() method in androidx.compose.foundation.text.input.internal.RecordingInputConnectionTest
465 fun finishComposingText() { in finishComposingText() method
353 internal fun ImeEditCommandScope.finishComposingText() = edit { commitComposition() } in <lambda>() method
263 override fun finishComposingText(): Boolean = ensureActive { in <lambda>() method
275 override fun finishComposingText(): Boolean { in <lambda>() method
373 override fun finishComposingText(): Boolean { in finishComposingText() method
650 override fun finishComposingText(): Boolean = TODO("Not yet implemented") in <lambda>() method in TaggedInputConnection