Android APIs
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

Class Overview


An action for displaying a shuffle icon.

Summary


Fields
public static int OFF
public static int ON
Public Constructors
PlaybackControlsRow.ShuffleAction(Context context)
Constructor
PlaybackControlsRow.ShuffleAction(Context context, int highlightColor)
Constructor
[Expand]
Inherited Methods
From class android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction
From class android.support.v17.leanback.widget.Action
From class java.lang.Object

Fields


public static int OFF

public static int ON

Public Constructors


public PlaybackControlsRow.ShuffleAction (Context context)

Constructor

Parameters
context Context used for loading resources.

public PlaybackControlsRow.ShuffleAction (Context context, int highlightColor)

Constructor

Parameters
context Context used for loading resources.
highlightColor Color for the highlighted icon state.