Class android.support.v17.leanback.app.PlaybackControlSupportGlue
The superclass changed from java.lang.Object
to android.support.v17.leanback.app.PlaybackControlGlue
.
Removed interface android.support.v17.leanback.widget.OnActionClickedListener
.
Changed Methods | ||
---|---|---|
PlaybackControlsRowPresenter createControlsRowAndPresenter () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
SparseArrayObjectAdapter createPrimaryActionsAdapter (PresenterSelector ) |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void enableProgressUpdating (boolean ) |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
Context getContext () |
Method was locally defined, but is now inherited from PlaybackGlue .
|
|
PlaybackControlsRow getControlsRow () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
int getCurrentPosition () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
int getCurrentSpeedId () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
int[] getFastForwardSpeeds () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
PlaybackOverlayFragment getFragment () |
Change in return type from PlaybackOverlaySupportFragment to PlaybackOverlayFragment .Method was locally defined, but is now inherited from PlaybackControlGlue . Now deprecated. |
|
Drawable getMediaArt () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
int getMediaDuration () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
CharSequence getMediaSubtitle () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
CharSequence getMediaTitle () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
OnItemViewClickedListener getOnItemViewClickedListener () |
Method was locally defined, but is now inherited from PlaybackControlGlue . Now deprecated. |
|
int[] getRewindSpeeds () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
long getSupportedActions () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
int getUpdatePeriod () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
boolean hasValidMedia () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
boolean isFadingEnabled () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
boolean isMediaPlaying () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void onActionClicked (Action ) |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
boolean onKey (View, |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void onMetadataChanged () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void onRowChanged (PlaybackControlsRow ) |
Method was locally defined, but is now inherited from PlaybackControlGlue . Changed from abstract to non-abstract. Now deprecated. |
|
void onStateChanged () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void pausePlayback () |
Method was locally defined, but is now inherited from PlaybackControlGlue . Changed from abstract to non-abstract. Now deprecated. |
|
void setControlsRow (PlaybackControlsRow ) |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void setFadingEnabled (boolean ) |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void setOnItemViewClickedListener (OnItemViewClickedListener ) |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|
|
void skipToNext () |
Method was locally defined, but is now inherited from PlaybackControlGlue . Changed from abstract to non-abstract. Now deprecated. |
|
void skipToPrevious () |
Method was locally defined, but is now inherited from PlaybackControlGlue . Changed from abstract to non-abstract. Now deprecated. |
|
void startPlayback (int ) |
Method was locally defined, but is now inherited from PlaybackControlGlue . Changed from abstract to non-abstract. Now deprecated. |
|
void updateProgress () |
Method was locally defined, but is now inherited from PlaybackControlGlue .
|