Home
last modified time | relevance | path

Searched refs:activeInteraction (Results 1 – 2 of 2) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSlider.kt1133 rangeSliderLogic.activeInteraction(draggingStart).emit(finishInteraction) in rangeSliderPressDragModifier()
1149 fun activeInteraction(draggingStart: Boolean): MutableInteractionSource = in activeInteraction() method in androidx.compose.material.RangeSliderLogic
1168 scope.launch { activeInteraction(draggingStart).emit(interaction) } in captureThumb()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt2249 rangeSliderLogic.activeInteraction(draggingStart).emit(finishInteraction) in rangeSliderPressDragModifier()
2264 fun activeInteraction(draggingStart: Boolean): MutableInteractionSource = in activeInteraction() method in androidx.compose.material3.RangeSliderLogic
2283 scope.launch { activeInteraction(draggingStart).emit(interaction) } in captureThumb()