Home
last modified time | relevance | path

Searched defs:setSelection (Results 1 – 16 of 16) sorted by relevance

/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/input/
DRecordingInputConnectionInactiveTest.kt82 fun setSelection() { in setSelection() method in androidx.compose.ui.input.RecordingInputConnectionInactiveTest
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/input/
DEditingBufferTest.kt102 fun setSelection() { in setSelection() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DEditingBuffer.kt230 internal fun setSelection(start: Int, end: Int) { in setSelection() method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldBufferUseFromImeTest.kt97 fun setSelection() { in setSelection() method in androidx.compose.foundation.text.input.internal.TextFieldBufferUseFromImeTest
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DNullableInputConnectionWrapper.android.kt141 override fun setSelection(p0: Int, p1: Int): Boolean = delegate?.setSelection(p0, p1) ?: false in disposeDelegate() method
DRecordingInputConnection.android.kt235 override fun setSelection(start: Int, end: Int): Boolean = ensureActive { in <lambda>() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DDateRangePicker.kt296 fun setSelection( in setSelection() method
723 override fun setSelection( in setSelection() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DRecordingInputConnectionTest.kt422 fun setSelection() { in setSelection() method in androidx.compose.foundation.text.input.internal.RecordingInputConnectionTest
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/
DRecordingInputConnectionTest.kt426 fun setSelection() { in setSelection() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextPreparedSelection.kt88 protected fun setSelection(start: Int, end: Int) { in setSelection() method in androidx.compose.foundation.text.selection.BaseTextPreparedSelection
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DImeEditCommand.android.kt359 internal fun ImeEditCommandScope.setSelection(start: Int, end: Int) = edit { in <lambda>() method
DRecordingInputConnection.android.kt255 override fun setSelection(start: Int, end: Int): Boolean = ensureActive { in <lambda>() method
DStatelessInputConnection.android.kt269 override fun setSelection(start: Int, end: Int): Boolean { in <lambda>() method
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DPlatformTextInputAdapterDemo.kt361 override fun setSelection(start: Int, end: Int): Boolean { in setSelection() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt1370 fun SemanticsPropertyReceiver.setSelection( in setSelection() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DInterceptPlatformTextInputTest.kt660 override fun setSelection(start: Int, end: Int): Boolean = TODO("Not yet implemented") in <lambda>() method in TaggedInputConnection