PlaybackControlsRow.FastForwardAction
public
static
class
PlaybackControlsRow.FastForwardAction
extends PlaybackControlsRow.MultiAction
java.lang.Object | |||
↳ | androidx.leanback.widget.Action | ||
↳ | androidx.leanback.widget.PlaybackControlsRow.MultiAction | ||
↳ | androidx.leanback.widget.PlaybackControlsRow.FastForwardAction |
An action displaying an icon for fast forward.
Summary
Inherited constants |
---|
Public constructors | |
---|---|
FastForwardAction(Context context)
Constructor |
|
FastForwardAction(Context context, int numSpeeds)
Constructor |
Inherited methods | |
---|---|
Public constructors
FastForwardAction
public FastForwardAction (Context context)
Constructor
Parameters | |
---|---|
context |
Context : Context used for loading resources.
|
FastForwardAction
public FastForwardAction (Context context, int numSpeeds)
Constructor
Parameters | |
---|---|
context |
Context : Context used for loading resources. |
numSpeeds |
int : Number of supported fast forward speeds.
|