Home
last modified time | relevance | path

Searched defs:absoluteThreshold (Results 1 – 2 of 2) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DAnchoredDraggable.kt451 val absoluteThreshold = abs(currentAnchorPosition + relativeThreshold) in computeTarget() constant
462 val absoluteThreshold = abs(currentAnchorPosition - relativeThreshold) in computeTarget() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DAnchoredDraggable.kt457 val absoluteThreshold = abs(currentAnchorPosition + relativeThreshold) in computeTarget() constant
468 val absoluteThreshold = abs(currentAnchorPosition - relativeThreshold) in computeTarget() constant