FileDocCategorySizeDatePackage
ControlButtonPresenterSelector.javaAPI DocAndroid 5.1 API4407Thu Mar 12 22:22:56 GMT 2015android.support.v17.leanback.widget

ControlButtonPresenterSelector

public class ControlButtonPresenterSelector extends PresenterSelector
ControlButtonPresenterSelector displays primary and secondary controls for a {@link PlaybackControlsRow}. Binds to items of type {@link Action}.

Fields Summary
private final Presenter
mPrimaryPresenter
private final Presenter
mSecondaryPresenter
Constructors Summary
Methods Summary
public PresentergetPresenter(java.lang.Object item)
Always returns the presenter for primary controls.

        return mPrimaryPresenter;
    
public PresentergetPrimaryPresenter()
Returns the presenter for primary controls.


               
       
        return mPrimaryPresenter;
    
public PresentergetSecondaryPresenter()
Returns the presenter for secondary controls.

        return mSecondaryPresenter;