public abstract static class PlaybackControlsRow.ThumbsAction extends PlaybackControlsRow.MultiAction
Modifier and Type | Field and Description |
---|---|
static int |
OUTLINE
Action index for the outline thumb icon.
|
static int |
SOLID
Action index for the solid thumb icon.
|
Constructor and Description |
---|
ThumbsAction(int id,
Context context,
int solidIconIndex,
int outlineIconIndex)
Constructor
|
getActionCount, getDrawable, getIndex, getLabel, getSecondaryLabel, nextIndex, setDrawables, setIndex, setLabels, setSecondaryLabels
addKeyCode, getIcon, getId, getLabel1, getLabel2, removeKeyCode, respondsToKeyCode, setIcon, setId, setLabel1, setLabel2, toString
public static int SOLID
public static int OUTLINE
public ThumbsAction(int id, Context context, int solidIconIndex, int outlineIconIndex)
context
- Context used for loading resources.