Searched refs:activeInteraction (Results 1 – 2 of 2) sorted by relevance
1133 rangeSliderLogic.activeInteraction(draggingStart).emit(finishInteraction) in rangeSliderPressDragModifier()1149 fun activeInteraction(draggingStart: Boolean): MutableInteractionSource = in activeInteraction() method in androidx.compose.material.RangeSliderLogic1168 scope.launch { activeInteraction(draggingStart).emit(interaction) } in captureThumb()
2249 rangeSliderLogic.activeInteraction(draggingStart).emit(finishInteraction) in rangeSliderPressDragModifier()2264 fun activeInteraction(draggingStart: Boolean): MutableInteractionSource = in activeInteraction() method in androidx.compose.material3.RangeSliderLogic2283 scope.launch { activeInteraction(draggingStart).emit(interaction) } in captureThumb()