Example usage for Java android.widget SeekBar fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
int | getKeyProgressIncrement() Returns the amount of progress changed via the arrow keys. |
Drawable | getThumb() Return the drawable used to represent the scroll thumb - the component that the user can drag back and forth indicating the current value by its position. |
boolean | onKeyDown(int keyCode, KeyEvent event) |
void | setKeyProgressIncrement(int increment) Sets the amount of progress changed via the arrow keys. |
void | setMax(int max) |
void | setOnSeekBarChangeListener(OnSeekBarChangeListener l) Sets a listener to receive notifications of changes to the SeekBar's progress level. |
void | setThumb(Drawable thumb) Sets the thumb that will be drawn at the end of the progress meter within the SeekBar. |