java.lang.Object | |||
↳ | android.support.v17.leanback.widget.Action | ||
↳ | android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction | ||
↳ | android.support.v17.leanback.widget.PlaybackControlsRow.RepeatAction |
An action for displaying three repeat states: none, one, or all.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ALL | Action index for the repeat-all icon. | ||||||||||
NONE | Action index for the repeat-none icon. | ||||||||||
ONE | Action index for the repeat-one icon. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
Constructor
| |||||||||||
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
|
Action index for the repeat-all icon.
Action index for the repeat-none icon.
Action index for the repeat-one icon.
Constructor
context | Context used for loading resources. |
---|
Constructor
context | Context used for loading resources |
---|---|
highlightColor | Color to display the repeat-all and repeat0one icons. |
Constructor
context | Context used for loading resources |
---|---|
repeatAllColor | Color to display the repeat-all icon. |
repeatOneColor | Color to display the repeat-one icon. |