AbstractRangeSliderBehavior
abstract class AbstractRangeSliderBehavior<T : Comparable<T>>(focusManager: FocusManager?, animateHandleMove: (block: (progress: Float) -> Unit) -> Completable = { NoOpCompletable.also { it(1f) } }) : RangeSliderBehavior<T> , PointerListener, PointerMotionListener, KeyListener(source)
Convenient base class providing basic RangeSliderBehavior functionality.
Constructors
Link copied to clipboard
constructor(focusManager: FocusManager?, animateHandleMove: (block: (progress: Float) -> Unit) -> Completable = { NoOpCompletable.also { it(1f) } })
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Event indicating the slider's end-handle has been pressed/activated with the Pointer.
Link copied to clipboard
Event indicating the slider's end-handle is no longer being pressed/activated with the Pointer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Event indicating the slider's start-handle has been pressed/activated with the Pointer.
Link copied to clipboard
Event indicating the slider's start-handle is no longer being pressed/activated with the Pointer.
Link copied to clipboard