INNER CODE UNIT · Java
onProgressChanged
davideas/FlexibleAdapter · flexible-adapter-app/src/main/java/eu/davidea/common/SimpleSeekBarChangeListener.java:21
public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
}
/**
* Notification that the user has started a touch gesture. Clients may want to use this
* to disable advancing the seekbar.
*
* @param seekBar The SeekBar in which the touch gesture began
*/
@Override
public void onStartTrackingTouch(SeekBar seekBar) {
}
/**
* Notification that the user has finished a touch gesture. Clients may want to use this
* to re-enable advancing the seekbar.