PlaybackControlsRow.RepeatAction
public
static
class
PlaybackControlsRow.RepeatAction
extends PlaybackControlsRow.MultiAction
| java.lang.Object | |||
| ↳ | androidx.leanback.widget.Action | ||
| ↳ | androidx.leanback.widget.PlaybackControlsRow.MultiAction | ||
| ↳ | androidx.leanback.widget.PlaybackControlsRow.RepeatAction | ||
An action for displaying three repeat states: none, one, or all.
Summary
Constants | |
|---|---|
int |
ALL
This constant is deprecated.
Use |
int |
INDEX_ALL
Action index for the repeat-all icon. |
int |
INDEX_NONE
Action index for the repeat-none icon. |
int |
INDEX_ONE
Action index for the repeat-one icon. |
int |
NONE
This constant is deprecated.
Use |
int |
ONE
This constant is deprecated.
Use |
Inherited constants |
|---|
Public constructors | |
|---|---|
RepeatAction(Context context)
Constructor |
|
RepeatAction(Context context, int highlightColor)
Constructor |
|
RepeatAction(Context context, int repeatAllColor, int repeatOneColor)
Constructor |
|
Inherited methods | |
|---|---|
Constants
ALL
public static final int ALL
This constant is deprecat