Home
last modified time | relevance | path

Searched defs:textContent (Results 1 – 19 of 19) sorted by relevance

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionCopyTest.kt72 val textContent = "text" in <lambda>() constant
102 val textContent = mutableStateOf("text") in <lambda>() constant
DAbstractSelectionContainerTest.kt63 protected val textContent = "Text Demo Text" in <lambda>() constant
DSelectionContainerFocusTest.kt75 private val textContent = "Text Demo Text" in <lambda>() constant in androidx.compose.foundation.text.selection.SelectionContainerFocusTest
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/
DTextFieldSelectionTestUtils.kt67 private val textContent: String, constant
146 private val textContent: String, constant
DTextSelectionTestUtils.kt125 var textContent: String, variable in androidx.compose.foundation.text.selection.gestures.util.SelectionAsserter
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DMultiTextWithSpaceSelectionGesturesRegressionTest.kt51 private val textContent = "line1\nline2 text1 text2!\nline3" in <lambda>() constant
DTextFieldSelectionHandlesGesturesTest.kt55 private val textContent = "line1\nline2 text1 text2\nline3" constant in androidx.compose.foundation.text.selection.gestures.TextFieldSelectionHandlesGesturesTest
DTextSelectionHandlesGesturesTest.kt57 private val textContent = mutableStateOf("line1\nline2 text1 text2\nline3") constant in androidx.compose.foundation.text.selection.gestures.TextSelectionHandlesGesturesTest
DTextField2SelectionGesturesTest.kt42 override var textContent: String variable
DSingleTextSelectionGesturesTest.kt45 override val textContent = mutableStateOf("line1\nline2 text1 text2\nline3") constant in androidx.compose.foundation.text.selection.gestures.SingleTextSelectionGesturesTest
DTextField1SelectionGesturesTest.kt43 override var textContent: String variable
DSingleTextSelectionGesturesBidiTest.kt46 override val textContent = constant in androidx.compose.foundation.text.selection.gestures.SingleTextSelectionGesturesBidiTest
DSingleTextSelectionGesturesRtlTest.kt50 override val textContent = mutableStateOf("$word\n$word $word $word\n$word") constant in androidx.compose.foundation.text.selection.gestures.SingleTextSelectionGesturesRtlTest
DMultiTextSelectionGesturesBidiTest.kt53 override val textContent = in <lambda>() constant in androidx.compose.foundation.text.selection.gestures.MultiTextSelectionGesturesBidiTest
DMultiTextSelectionGesturesTest.kt56 override val textContent = mutableStateOf("line1\nline2 text1 text2\nline3") in <lambda>() constant in androidx.compose.foundation.text.selection.gestures.MultiTextSelectionGesturesTest
DMultiTextSelectionGesturesRtlTest.kt60 override val textContent = mutableStateOf("$word\n$word $word $word\n$word") in <lambda>() constant in androidx.compose.foundation.text.selection.gestures.MultiTextSelectionGesturesRtlTest
DTextSelectionGesturesBidiTest.kt44 protected abstract val textContent: MutableState<String> constant in androidx.compose.foundation.text.selection.gestures.TextSelectionGesturesBidiTest
DTextSelectionGesturesTest.kt50 protected abstract val textContent: MutableState<String> constant in androidx.compose.foundation.text.selection.gestures.TextSelectionGesturesTest
DTextFieldSelectionGesturesTest.kt50 protected abstract var textContent: String in characterPosition() variable in androidx.compose.foundation.text.selection.gestures.TextFieldSelectionGesturesTest