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