Searched defs:endHandlePosition (Results 1 – 3 of 3) sorted by relevance
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | SelectionManagerTest.kt | 117 val endHandlePosition = Offset(x = 25f, y = 5f) in <lambda>() constant |
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/ | ||
| D | LazyColumnMultiTextRegressionTest.kt | 224 val endHandlePosition constant in androidx.compose.foundation.text.selection.gestures.LazyColumnMultiTextRegressionTest.TestScope |
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | SelectionManager.kt | 207 var endHandlePosition: Offset? by mutableStateOf(null) in <lambda>() variable in androidx.compose.foundation.text.selection.SelectionManager |