Most visited

Recently visited

PlaybackControlsRow.ClosedCaptioningAction

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


An action for displaying a CC (Closed Captioning) icon.

Summary

Inherited constants

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

Fields

public static int OFF

public static int ON

Public constructors

PlaybackControlsRow.ClosedCaptioningAction(Context context)

Constructor

PlaybackControlsRow.ClosedCaptioningAction(Context context, int highlightColor)

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

OFF

int OFF

ON

int ON

Public constructors

PlaybackControlsRow.ClosedCaptioningAction

PlaybackControlsRow.ClosedCaptioningAction (Context context)

Constructor

Parameters
context Context: Context used for loading resources.

PlaybackControlsRow.ClosedCaptioningAction

PlaybackControlsRow.ClosedCaptioningAction (Context context, 
                int highlightColor)

Constructor

Parameters
context Context: Context used for loading resources.
highlightColor int: Color for the highlighted icon state.

Hooray!