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 | |||
用于显示随机播放图标的操作。
Inherited constants |
|---|
android.support.v17.leanback.widget.Action
|
Fields |
|
|---|---|
public static int |
OFF |
public static int |
ON |
Public constructors |
|
|---|---|
PlaybackControlsRow.ShuffleAction(Context context) 构造函数 |
|
PlaybackControlsRow.ShuffleAction(Context context, int highlightColor) 构造函数 |
|
继承方法(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)
构造函数
| 参数(Parameters) | |
|---|---|
context |
Context: Context used for loading resources. |
PlaybackControlsRow.ShuffleAction (Context context, int highlightColor)
构造函数
| 参数(Parameters) | |
|---|---|
context |
Context: Context used for loading resources. |
highlightColor |
int: Color for the highlighted icon state. |