| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/ |
| D | SelectableInfoTest.kt | 162 val selectableId = 1L in toAnchor_nonEmptyLine_matchesInfo() constant 183 val selectableId = 1L in toAnchor_nonEmptyLine_matchesInfo_rtl() constant 204 val selectableId = 1L in toAnchor_emptyText_usesParagraphDirection() constant 226 val selectableId = 1L in toAnchor_emptyText_usesParagraphDirection_rtl() constant 248 val selectableId = 1L in toAnchor_emptyLine_usesParagraphDirection() constant 271 val selectableId = 1L in toAnchor_emptyLine_usesParagraphDirection_rtl() constant 295 val selectableId = 1L in makeSingleLayoutSelection_notCrossed() constant 322 val selectableId = 1L in makeSingleLayoutSelection_crossed() constant
|
| D | SelectionRegistrarImplTest.kt | 200 val selectableId = 2L in subscribe_after_sorting() constant
|
| D | SelectionFakes.kt | 288 override var selectableId = 0L in shouldRecomputeSelection() variable in androidx.compose.foundation.text.selection.FakeSelectable
|
| D | SelectionManagerTest.kt | 52 private val selectableId = 1L in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/ |
| D | MultiWidgetSelectionDelegateTest.kt | 68 val selectableId = 1L in getHandlePosition_StartHandle_invalid() constant 115 val selectableId = 1L in getHandlePosition_EndHandle_invalid() constant 163 val selectableId = 1L in getHandlePosition_StartHandle_not_cross_ltr() constant 210 val selectableId = 1L in getHandlePosition_StartHandle_cross_ltr() constant 257 val selectableId = 1L in getHandlePosition_StartHandle_not_cross_rtl() constant 305 val selectableId = 1L in getHandlePosition_StartHandle_cross_rtl() constant 355 val selectableId = 1L in getHandlePosition_StartHandle_not_cross_bidi() constant 404 val selectableId = 1L in getHandlePosition_StartHandle_cross_bidi() constant 451 val selectableId = 1L in getHandlePosition_EndHandle_not_cross_ltr() constant 503 val selectableId = 1L in getHandlePosition_EndHandle_not_cross_ltr_overflowed() constant [all …]
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ |
| D | BasicText.kt | 109 val selectableId = in <lambda>() constant 207 val selectableId = in BasicText() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/ |
| D | Selection.kt | 55 val selectableId: Long constant in androidx.compose.foundation.text.selection.Selection.AnchorInfo
|
| D | Selectable.kt | 41 val selectableId: Long constant
|
| D | SelectionManager.kt | 246 selectionRegistrar.onPositionChangeCallback = { selectableId -> in <lambda>() method 280 selectionRegistrar.onSelectionUpdateSelectAll = { isInTouchMode, selectableId -> in <lambda>() method 336 selectionRegistrar.afterSelectableUnsubscribe = { selectableId -> in <lambda>() method
|
| D | MultiWidgetSelectionDelegate.kt | 32 override val selectableId: Long, constant in androidx.compose.foundation.text.selection.MultiWidgetSelectionDelegate
|
| D | SelectionLayout.kt | 632 val selectableId: Long, constant in androidx.compose.foundation.text.selection.SelectableInfo
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/modifiers/ |
| D | SelectionController.kt | 70 private val selectableId: Long, constant in androidx.compose.foundation.text.modifiers.SelectionController
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/ |
| D | MultiTextMinTouchBoundsSelectionGesturesTest.kt | 124 enum class ExpectedText(val selectableId: Long?, val crossed: Boolean) { constant in androidx.compose.foundation.text.selection.gestures.MultiTextMinTouchBoundsSelectionGesturesTest.ExpectedText
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | GroupSizeValidationTests.kt | 487 val selectableId = constant
|