added in version 22.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1

PlaybackControlsRow.ShuffleAction

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.

Summary

Constants

int INDEX_OFF

Action index for shuffle is off

int INDEX_ON

Action index for shuffle is on.

int OFF

This constant was deprecated in API level 26.1.0. Use INDEX_OFF

int ON

This constant was deprecated in API level 26.1.0. Use INDEX_ON

Inherited constants

From class android.support.v17.leanback.widget.Action

Public constructors

PlaybackControlsRow.ShuffleAction(Context context)

Constructor

PlaybackControlsRow.ShuffleAction(Context context, int highlightColor)

Constructor

Inherited methods

From class android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction
From class android.support.v17.leanback.widget.Action