public static class PlaybackControlsRow.PlayPauseAction extends PlaybackControlsRow.MultiAction
Modifier and Type | Field and Description |
---|---|
static int |
PAUSE
Action index for the pause icon.
|
static int |
PLAY
Action index for the play icon.
|
Constructor and Description |
---|
PlayPauseAction(Context context)
Constructor
|
getActionCount, getDrawable, getIndex, getLabel, getSecondaryLabel, nextIndex, setDrawables, setIndex, setLabels, setSecondaryLabels
addKeyCode, getIcon, getId, getLabel1, getLabel2, removeKeyCode, respondsToKeyCode, setIcon, setId, setLabel1, setLabel2, toString
public static int PLAY
public static int PAUSE
public PlayPauseAction(Context context)
context
- Context used for loading resources.