public class

PlaybackControlsRow.FastForwardAction

extends PlaybackControlsRow.MultiAction

 java.lang.Object

androidx.leanback.widget.Action

androidx.leanback.widget.PlaybackControlsRow.MultiAction

↳androidx.leanback.widget.PlaybackControlsRow.FastForwardAction

Overview

An action displaying an icon for fast forward.

Summary

Fields
from ActionNO_ID
Constructors
publicFastForwardAction(Context context)

Constructor

publicFastForwardAction(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 FastForwardAction(Context context)

Constructor

Parameters:

context: Context used for loading resources.

public FastForwardAction(Context context, int numSpeeds)

Constructor

Parameters:

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