public static interface SeekBarControl.Subject
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the current value,
0 through 100,
inclusive. |
void |
onControlDismissed()
Invoked when the control is dismissed or otherwise switches to a new
subject.
|
void |
setValue(int value)
Sets the current value,
0 through 100,
inclusive. |