| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/ |
| D | SelectionCopyTest.kt | 72 val textContent = "text" in <lambda>() constant 102 val textContent = mutableStateOf("text") in <lambda>() constant
|
| D | AbstractSelectionContainerTest.kt | 63 protected val textContent = "Text Demo Text" in <lambda>() constant
|
| D | SelectionContainerFocusTest.kt | 75 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/ |
| D | TextFieldSelectionTestUtils.kt | 67 private val textContent: String, constant 146 private val textContent: String, constant
|
| D | TextSelectionTestUtils.kt | 125 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/ |
| D | MultiTextWithSpaceSelectionGesturesRegressionTest.kt | 51 private val textContent = "line1\nline2 text1 text2!\nline3" in <lambda>() constant
|
| D | TextFieldSelectionHandlesGesturesTest.kt | 55 private val textContent = "line1\nline2 text1 text2\nline3" constant in androidx.compose.foundation.text.selection.gestures.TextFieldSelectionHandlesGesturesTest
|
| D | TextSelectionHandlesGesturesTest.kt | 57 private val textContent = mutableStateOf("line1\nline2 text1 text2\nline3") constant in androidx.compose.foundation.text.selection.gestures.TextSelectionHandlesGesturesTest
|
| D | TextField2SelectionGesturesTest.kt | 42 override var textContent: String variable
|
| D | SingleTextSelectionGesturesTest.kt | 45 override val textContent = mutableStateOf("line1\nline2 text1 text2\nline3") constant in androidx.compose.foundation.text.selection.gestures.SingleTextSelectionGesturesTest
|
| D | TextField1SelectionGesturesTest.kt | 43 override var textContent: String variable
|
| D | SingleTextSelectionGesturesBidiTest.kt | 46 override val textContent = constant in androidx.compose.foundation.text.selection.gestures.SingleTextSelectionGesturesBidiTest
|
| D | SingleTextSelectionGesturesRtlTest.kt | 50 override val textContent = mutableStateOf("$word\n$word $word $word\n$word") constant in androidx.compose.foundation.text.selection.gestures.SingleTextSelectionGesturesRtlTest
|
| D | MultiTextSelectionGesturesBidiTest.kt | 53 override val textContent = in <lambda>() constant in androidx.compose.foundation.text.selection.gestures.MultiTextSelectionGesturesBidiTest
|
| D | MultiTextSelectionGesturesTest.kt | 56 override val textContent = mutableStateOf("line1\nline2 text1 text2\nline3") in <lambda>() constant in androidx.compose.foundation.text.selection.gestures.MultiTextSelectionGesturesTest
|
| D | MultiTextSelectionGesturesRtlTest.kt | 60 override val textContent = mutableStateOf("$word\n$word $word $word\n$word") in <lambda>() constant in androidx.compose.foundation.text.selection.gestures.MultiTextSelectionGesturesRtlTest
|
| D | TextSelectionGesturesBidiTest.kt | 44 protected abstract val textContent: MutableState<String> constant in androidx.compose.foundation.text.selection.gestures.TextSelectionGesturesBidiTest
|
| D | TextSelectionGesturesTest.kt | 50 protected abstract val textContent: MutableState<String> constant in androidx.compose.foundation.text.selection.gestures.TextSelectionGesturesTest
|
| D | TextFieldSelectionGesturesTest.kt | 50 protected abstract var textContent: String in characterPosition() variable in androidx.compose.foundation.text.selection.gestures.TextFieldSelectionGesturesTest
|