public
static
class
PlaybackControlsRow.PlayPauseAction
extends PlaybackControlsRow.MultiAction
java.lang.Object | |||
↳ | android.support.v17.leanback.widget.Action | ||
↳ | android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction | ||
↳ | android.support.v17.leanback.widget.PlaybackControlsRow.PlayPauseAction |
An action displaying icons for play and pause.
Inherited constants |
---|
From
class
android.support.v17.leanback.widget.Action
|
Fields | |
---|---|
public
static
int |
PAUSE
Action index for the pause icon. |
public
static
int |
PLAY
Action index for the play icon. |
Public constructors | |
---|---|
PlaybackControlsRow.PlayPauseAction(Context context)
Constructor |
Inherited methods | |
---|---|
From
class
android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction
| |
From
class
android.support.v17.leanback.widget.Action
| |
From
class
java.lang.Object
|
int PAUSE
Action index for the pause icon.
int PLAY
Action index for the play icon.
PlaybackControlsRow.PlayPauseAction (Context context)
Constructor
Parameters | |
---|---|
context |
Context :
Context used for loading resources.
|