public static class ScaleHandler.DefaultImpls
public static float onStick(one.xcorp.widget.swipepicker.SwipePicker.ScaleHandler $this,
@NotNull
SwipePicker view,
float value)
Handling of stick the value to a scale.
$this - SwipePicker of initiating event.view - The value for which is searched closest on the scale.value - The value for which is searched closest on the scale.public static float onSwipe(one.xcorp.widget.swipepicker.SwipePicker.ScaleHandler $this,
@NotNull
SwipePicker view,
float value,
int division)
Handling a swipe gesture.
$this - SwipePicker of initiating event.view - The value from which need moved.value - The number of divisions that have moved.division - The number of divisions that have moved.