|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SeekBar.OnSeekBarChangeListener
A callback that notifies clients when the progress level has been changed. This includes changes that were initiated by the user through a touch gesture as well as changes that were initiated programmatically.
| Method Summary | |
|---|---|
void |
onProgressChanged(SeekBar seekBar,
int progress,
boolean fromTouch)
Notification that the progress level has changed. |
void |
onStartTrackingTouch(SeekBar seekBar)
Notification that the user has started a touch gesture. |
void |
onStopTrackingTouch(SeekBar seekBar)
Notification that the user has finished a touch gesture. |
| Method Detail |
|---|
void onProgressChanged(SeekBar seekBar,
int progress,
boolean fromTouch)
seekBar - The SeekBar whose progress has changedprogress - The current progress level. This will be in the range 0..max where max
was set by ProgressBar.setMax(int). (The default value for max is 100.)fromTouch - True if the progress change was initiated by a user's touch gesture.void onStartTrackingTouch(SeekBar seekBar)
seekBar - The SeekBar in which the touch gesture beganvoid onStopTrackingTouch(SeekBar seekBar)
seekBar - The SeekBar in which the touch gesture began
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||