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 |
|---|
android.support.v17.leanback.widget.Action
|
Public constructors |
|
|---|---|
PlaybackControlsRow.FastForwardAction(Context context) 构造函数 |
|
PlaybackControlsRow.FastForwardAction(Context context, int numSpeeds) 构造函数 |
|
Inherited methods |
|
|---|---|
android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction
|
|
android.support.v17.leanback.widget.Action
|
|
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. |