public static class PlaybackControlsRow.FastForwardAction
extends PlaybackControlsRow.MultiAction
java.lang.Object | |||
↳ | android.support.v17.leanback.widget.Action | ||
↳ | android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction | ||
↳ | android.support.v17.leanback.widget.PlaybackControlsRow.FastForwardAction |
显示快进图标的动作。
Inherited constants |
---|
From class android.support.v17.leanback.widget.Action
|
Public constructors |
|
---|---|
PlaybackControlsRow.FastForwardAction(Context context) 构造函数 |
|
PlaybackControlsRow.FastForwardAction(Context context, int numSpeeds) 构造函数 |
Inherited methods |
|
---|---|
From class android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction
|
|
From class android.support.v17.leanback.widget.Action
|
|
From class java.lang.Object
|
PlaybackControlsRow.FastForwardAction (Context context)
构造函数
Parameters | |
---|---|
context |
Context : Context used for loading resources. |
PlaybackControlsRow.FastForwardAction (Context context, int numSpeeds)
构造函数
Parameters | |
---|---|
context |
Context : Context used for loading resources. |
numSpeeds |
int : Number of supported fast forward speeds. |