public class

PlaybackControlsRow.RewindAction

extends PlaybackControlsRow.MultiAction

 java.lang.Object

androidx.leanback.widget.Action

androidx.leanback.widget.PlaybackControlsRow.MultiAction

↳androidx.leanback.widget.PlaybackControlsRow.RewindAction

Overview

An action displaying an icon for rewind.

Summary

Fields
from ActionNO_ID
Constructors
publicRewindAction(Context context)

Constructor

publicRewindAction(Context context, int numSpeeds)

Constructor

Methods
from PlaybackControlsRow.MultiActiongetActionCount, getDrawable, getIndex, getLabel, getSecondaryLabel, nextIndex, setDrawables, setIndex, setLabels, setSecondaryLabels
from ActionaddKeyCode, getIcon, getId, getLabel1, getLabel2, removeKeyCode, respondsToKeyCode, setIcon, setId, setLabel1, setLabel2, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public RewindAction(Context context)

Constructor

Parameters:

context: Context used for loading resources.

public RewindAction(Context context, int numSpeeds)

Constructor

Parameters:

context: Context used for loading resources.
numSpeeds: Number of supported fast forward speeds.