public
static
class
PlaybackControlsRow.ShuffleAction
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.ShuffleAction | ||
An action for displaying a shuffle icon.
Inherited constants |
|---|
android.support.v17.leanback.widget.Action
|
Fields | |
|---|---|
public
static
int |
OFF
|
public
static
int |
ON
|
Public constructors | |
|---|---|
PlaybackControlsRow.ShuffleAction(Context context)
Constructor |
|
PlaybackControlsRow.ShuffleAction(Context context, int highlightColor)
Constructor |
|
Inherited methods | |
|---|---|
android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction
| |
android.support.v17.leanback.widget.Action
| |
java.lang.Object
| |
int OFF
int ON
PlaybackControlsRow.ShuffleAction (Context context)
Constructor
| Parameters | |
|---|---|
context |
Context:
Context used for loading resources.
|
PlaybackControlsRow.ShuffleAction (Context context, int highlightColor)
Constructor
| Parameters | |
|---|---|
context |
Context:
Context used for loading resources. |
highlightColor |
int:
Color for the highlighted icon state.
|