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