ViewHolder
open class ViewHolder : RowPresenter.ViewHolder
kotlin.Any | |||
↳ | androidx.leanback.widget.Presenter.ViewHolder | ||
↳ | androidx.leanback.widget.RowPresenter.ViewHolder | ||
↳ | androidx.leanback.widget.AbstractMediaItemPresenter.ViewHolder |
The ViewHolder for the AbstractMediaItemPresenter
. It references different views that place different meta-data corresponding to a media item details, actions, selector, listeners, and presenters,
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
open ViewGroup! | |
open View! | |
open TextView! | |
open TextView! |
Returns the view displayed when the media item is neither playing nor paused, corresponding to the playback state of PLAY_STATE_INITIAL. |
open TextView! | |
open ViewFlipper! | |
open View! | |
open View! | |
open Array<MultiActionsProvider.MultiAction!>! | |
open View! | |
open View! | |
open Unit |
Notifies an action has changed in this media row and the UI needs to be updated |
open Unit |
Notifies the content of the media item details in a row has changed and triggers updating the UI. |
open Unit |
Notifies the playback state of the media item row has changed. |
open Unit |
Binds the actions in a media item row object to their views. |
open Unit |
setSelectedMediaItemNumberView(position: Int) Flips to the view at index 'position'. |
Inherited functions | |
---|---|