Android APIs
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

Class Overview

An action displaying icons for play and pause.

Summary

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
[Expand]
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

public static int PAUSE

Action index for the pause icon.

public static int PLAY

Action index for the play icon.

Public Constructors

public PlaybackControlsRow.PlayPauseAction (Context context)

Constructor

Parameters
context Context used for loading resources.