Most visited

Recently visited

PlaybackControlsRow.PlayPauseAction

public static class PlaybackControlsRow.PlayPauseAction
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.PlayPauseAction


An action displaying icons for play and pause.

Summary

Inherited constants

From class android.support.v17.leanback.widget.Action

Fields

public static int PAUSE

Action index for the pause icon.

public static int PLAY

Action index for the play icon.

Public constructors

PlaybackControlsRow.PlayPauseAction(Context context)

Constructor

Inherited methods

From class android.support.v17.leanback.widget.PlaybackControlsRow.MultiAction
From class android.support.v17.leanback.widget.Action
From class java.lang.Object

Fields

PAUSE

int PAUSE

Action index for the pause icon.

PLAY

int PLAY

Action index for the play icon.

Public constructors

PlaybackControlsRow.PlayPauseAction

PlaybackControlsRow.PlayPauseAction (Context context)

Constructor

Parameters
context Context: Context used for loading resources.

Hooray!