- scheduleDrawable(Drawable, Runnable, long) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
- SeekBarCompat - Class in org.adw.library.widgets.discreteseekbar.internal.compat
-
Wrapper compatibility class to call some API-Specific methods
And offer alternate procedures when possible
- SeekBarCompat() - Constructor for class org.adw.library.widgets.discreteseekbar.internal.compat.SeekBarCompat
-
- setAlpha(int) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.StateDrawable
-
- setBackground(View, Drawable) - Static method in class org.adw.library.widgets.discreteseekbar.internal.compat.SeekBarCompat
-
android.support.v4.view.ViewCompat SHOULD include this once and for all!!
But it doesn't...
- setColor(ColorStateList) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.AlmostRippleDrawable
-
- setColorFilter(ColorFilter) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.StateDrawable
-
- setColors(int, int) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.MarkerDrawable
-
The two colors that will be used for the seek thumb.
- setColors(int, int) - Method in class org.adw.library.widgets.discreteseekbar.internal.Marker
-
- setColors(int, int) - Method in class org.adw.library.widgets.discreteseekbar.internal.PopupIndicator
-
- setColorStateList(ColorStateList) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.StateDrawable
-
- setDuration(int) - Method in class org.adw.library.widgets.discreteseekbar.internal.compat.AnimatorCompat
-
- setDuration(int) - Method in class org.adw.library.widgets.discreteseekbar.internal.compat.AnimatorCompatV11
-
- setExternalOffset(int) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.MarkerDrawable
-
- setHotspotBounds(Drawable, int, int, int, int) - Static method in class org.adw.library.widgets.discreteseekbar.internal.compat.SeekBarCompat
-
As our DiscreteSeekBar implementation uses a circular drawable on API < 21
we want to use the same method to set its bounds as the Ripple's hotspot bounds.
- setIndicatorFormatter(String) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the current Indicator formatter string
- setIndicatorPopupEnabled(boolean) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
If enabled is false the indicator won't appear.
- setListener(MarkerDrawable.MarkerAnimationListener) - Method in class org.adw.library.widgets.discreteseekbar.internal.PopupIndicator
-
- setMarkerListener(MarkerDrawable.MarkerAnimationListener) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.MarkerDrawable
-
- setMax(int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the maximum value for this DiscreteSeekBar
if the supplied argument is smaller than the Current MIN value,
the MIN value will be set to MAX-1
- setMin(int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the minimum value for this DiscreteSeekBar
if the supplied argument is bigger than the Current MAX value,
the MAX value will be set to MIN+1
- setNumericTransformer(DiscreteSeekBar.NumericTransformer) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
- setOnProgressChangeListener(DiscreteSeekBar.OnProgressChangeListener) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets a listener to receive notifications of changes to the DiscreteSeekBar's progress level.
- setOutlineProvider(View, MarkerDrawable) - Static method in class org.adw.library.widgets.discreteseekbar.internal.compat.SeekBarCompat
-
Sets the custom Outline provider on API>=21.
- setProgress(int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the current progress for this DiscreteSeekBar
The supplied argument will be capped to the current MIN-MAX range
- setRippleColor(int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seekbar ripple
- setRippleColor(ColorStateList) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seekbar ripple
- setRippleColor(Drawable, ColorStateList) - Static method in class org.adw.library.widgets.discreteseekbar.internal.compat.SeekBarCompat
-
Sets the color of the seekbar ripple
- setScrubberColor(int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setScrubberColor(ColorStateList) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setState(int[]) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.AlmostRippleDrawable
-
- setState(int[]) - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.StateDrawable
-
- setTextDirection(TextView, int) - Static method in class org.adw.library.widgets.discreteseekbar.internal.compat.SeekBarCompat
-
Sets the TextView text direction attribute when possible
- setThumbColor(int, int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seek thumb, as well as the color of the popup indicator.
- setThumbColor(ColorStateList, int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seek thumb, as well as the color of the popup indicator.
- setTrackColor(int) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setTrackColor(ColorStateList) - Method in class org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setValue(CharSequence) - Method in class org.adw.library.widgets.discreteseekbar.internal.Marker
-
- setValue(CharSequence) - Method in class org.adw.library.widgets.discreteseekbar.internal.PopupIndicator
-
- showIndicator(View, Rect) - Method in class org.adw.library.widgets.discreteseekbar.internal.PopupIndicator
-
- start() - Method in class org.adw.library.widgets.discreteseekbar.internal.compat.AnimatorCompat
-
- start() - Method in class org.adw.library.widgets.discreteseekbar.internal.compat.AnimatorCompatV11
-
- start() - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.AlmostRippleDrawable
-
- start() - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.MarkerDrawable
-
- start() - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.ThumbDrawable
-
- StateDrawable - Class in org.adw.library.widgets.discreteseekbar.internal.drawable
-
A drawable that changes it's Paint color depending on the Drawable State
- StateDrawable(ColorStateList) - Constructor for class org.adw.library.widgets.discreteseekbar.internal.drawable.StateDrawable
-
- stop() - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.AlmostRippleDrawable
-
- stop() - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.MarkerDrawable
-
- stop() - Method in class org.adw.library.widgets.discreteseekbar.internal.drawable.ThumbDrawable
-