Java android.widget SeekBar fields, constructors, methods, implement or subclass

Example usage for Java android.widget SeekBar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget SeekBar.

The text is from its open source code.

Subclass

android.widget.SeekBar has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
intgetKeyProgressIncrement()
Returns the amount of progress changed via the arrow keys.
DrawablegetThumb()
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.
booleanonKeyDown(int keyCode, KeyEvent event)
voidsetKeyProgressIncrement(int increment)
Sets the amount of progress changed via the arrow keys.
voidsetMax(int max)
voidsetOnSeekBarChangeListener(OnSeekBarChangeListener l)
Sets a listener to receive notifications of changes to the SeekBar's progress level.
voidsetThumb(Drawable thumb)
Sets the thumb that will be drawn at the end of the progress meter within the SeekBar.