Home
last modified time | relevance | path

Searched defs:offsetEnd (Results 1 – 4 of 4) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSlider.kt486 val offsetEnd = rawOffsetEnd.floatValue in RangeSlider() constant
493 val offsetEnd = rawOffsetEnd.floatValue.coerceIn(offsetStart, maxPx) in RangeSlider() constant
741 val offsetEnd = widthDp * positionFractionEnd in RangeSliderImpl() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/
DLazyColumnDragAndDropDemo.kt198 private val LazyListItemInfo.offsetEnd: Int constant in androidx.compose.foundation.demos.DragDropState
DLazyGridDragAndDropDemo.kt218 private val LazyGridItemInfo.offsetEnd: IntOffset constant in androidx.compose.foundation.demos.GridDragDropState
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt2762 val offsetEnd = rawOffsetEnd in onDrag() constant
2770 var offsetEnd = rawOffsetEnd.coerceIn(offsetStart, maxPx) in onDrag() variable