public class AudioWidget extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AudioWidget.Builder
Builder class for
AudioWidget. |
static interface |
AudioWidget.Controller
Audio widget controller.
|
static interface |
AudioWidget.OnControlsClickListener
Listener for control clicks.
|
static interface |
AudioWidget.OnWidgetStateChangedListener
Listener for widget state changes.
|
static class |
AudioWidget.State
Widget state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collapse() |
AudioWidget.Controller |
controller()
Get widget controller.
|
void |
expand() |
void |
hide()
Hide widget.
|
boolean |
isShown()
Get current visibility state.
|
void |
show(int cx,
int cy)
Show widget at specified position.
|
public void show(int cx,
int cy)
cx - center xcy - center ypublic void hide()
public boolean isShown()
public void expand()
public void collapse()
public AudioWidget.Controller controller()