- setNotifyWhileDragging(boolean) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
Should the widget notify the listener callback while the user is still dragging a thumb? Default is false.
- setOnRangeSeekBarChangeListener(RangeSeekBar.OnRangeSeekBarChangeListener<T>) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
Registers given listener callback to notify about changed selected values.
- setRangeValues(T, T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
- setRangeValues(T, T, T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
- setSelectedMaxValue(T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
Sets the currently selected maximum value.
- setSelectedMinValue(T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
Sets the currently selected minimum value.
- setTextAboveThumbsColor(int) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
- setTextAboveThumbsColorResource(int) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
- setThumbShadowPath(Path) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
-
Set the path that defines the shadow of the thumb.