public static interface MultiSlider.OnTrackingChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onStartTrackingTouch(MultiSlider multiSlider,
MultiSlider.Thumb thumb,
int value)
This is called when the user has started touching this widget.
|
void |
onStopTrackingTouch(MultiSlider multiSlider,
MultiSlider.Thumb thumb,
int value)
This is called when the user either releases his touch or the touch is canceled.
|
void onStartTrackingTouch(MultiSlider multiSlider, MultiSlider.Thumb thumb, int value)
multiSlider - thumb - the thumb that has been selectedvalue - the initial value of the thumb before any movementvoid onStopTrackingTouch(MultiSlider multiSlider, MultiSlider.Thumb thumb, int value)
multiSlider - thumb - the thumb that has been selectedvalue - the last and remaining value of the thumb after the move completes