- setDrawThumbsApart(boolean) - Method in class io.apptik.widget.MultiSlider
-
- setEnabled(boolean) - Method in class io.apptik.widget.MultiSlider.Thumb
-
- setInvisibleThumb(boolean) - Method in class io.apptik.widget.MultiSlider.Thumb
-
Sets thumb's visibility
- setKeyProgressIncrement(int) - Method in class io.apptik.widget.MultiSlider
-
Sets the amount of progress changed via the arrow keys.
- setMax(int) - Method in class io.apptik.widget.MultiSlider
-
Set global maximum value and apply it to all thumbs
- setMax(int, boolean) - Method in class io.apptik.widget.MultiSlider
-
Set global maximum value
- setMax(int, boolean, boolean) - Method in class io.apptik.widget.MultiSlider
-
Set global maximum value
- setMax(int) - Method in class io.apptik.widget.MultiSlider.Thumb
-
- setMin(int) - Method in class io.apptik.widget.MultiSlider
-
Set global minimum value and apply it to all thumbs
- setMin(int, boolean) - Method in class io.apptik.widget.MultiSlider
-
Set global minimum value
- setMin(int, boolean, boolean) - Method in class io.apptik.widget.MultiSlider
-
Set global minimum value
- setMin(int) - Method in class io.apptik.widget.MultiSlider.Thumb
-
- setNumberOfThumbs(int) - Method in class io.apptik.widget.MultiSlider
-
Re-sets the number of thumbs and reposition the thumbs
- setNumberOfThumbs(int, boolean) - Method in class io.apptik.widget.MultiSlider
-
Re-sets the number of thumbs
- setOnThumbValueChangeListener(MultiSlider.OnThumbValueChangeListener) - Method in class io.apptik.widget.MultiSlider
-
Listener for value changes and start/stop of thumb move.
- setOnTrackingChangeListener(MultiSlider.OnTrackingChangeListener) - Method in class io.apptik.widget.MultiSlider
-
Listener for value changes and start/stop of thumb move.
- setRange(Drawable) - Method in class io.apptik.widget.MultiSlider.Thumb
-
Set the range drawable
- setStep(int) - Method in class io.apptik.widget.MultiSlider
-
- setStepsThumbsApart(int) - Method in class io.apptik.widget.MultiSlider
-
- setTag(String) - Method in class io.apptik.widget.MultiSlider.Thumb
-
- setThumb(Drawable) - Method in class io.apptik.widget.MultiSlider.Thumb
-
- setThumbOffset(int) - Method in class io.apptik.widget.MultiSlider
-
set default thumb offset, which will be immediately applied to all the thumbs
- setThumbOffset(int) - Method in class io.apptik.widget.MultiSlider.Thumb
-
- setTrackDrawable(Drawable) - Method in class io.apptik.widget.MultiSlider
-
Manually set the track drawable
- setValue(int) - Method in class io.apptik.widget.MultiSlider.Thumb
-
Manually set a thumb value
- SimpleChangeListener() - Constructor for class io.apptik.widget.MultiSlider.SimpleChangeListener
-