public class ReplayEndVideoCard extends BaseCard
限定符和类型 | 类和说明 |
---|---|
static class |
ReplayEndVideoCard.ReplayEndVideoCardHolder |
BaseCard.CardType, BaseCard.Source
ITEM_HEIGHT, ITEM_HEIGHT_FOLLOW, ITEM_HEIGHT_RECENTLY, ITEM_HEIGHT_SQUARE, ITEM_HEIGHT_SQUARE_3, mAdapterListener, mBaseHandler, mCardDataBO, mListener, mPageShowListener, mStartWatchPage, mStartWatchSource, RATE_16_9, RATE_4_3, sLastScreenWidth, STATUS_END, STATUS_ERROR, STATUS_NEXT_PAGE, STATUS_NORMAL
构造器和说明 |
---|
ReplayEndVideoCard() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
configVideo(ReplayEndVideoCard.ReplayEndVideoCardHolder viewHolder,
com.app.live.activity.VideoDataInfo vd,
int position,
android.content.Context context)
展示视频信息
|
void |
configView(android.view.View itemView,
CardDataBO cardDataBO,
int position,
android.content.Context context) |
int |
getItemHeight() |
android.view.View |
getView(int position,
android.view.View itemView,
android.view.ViewGroup parent,
java.lang.String type,
android.content.Context context) |
void |
onBindViewHolder(androidx.recyclerview.widget.RecyclerView.ViewHolder holder,
int position,
android.content.Context context,
java.lang.String type) |
androidx.recyclerview.widget.RecyclerView.ViewHolder |
onCreateViewHolder(android.view.ViewGroup parent,
int viewType,
android.content.Context context,
java.lang.String type) |
checkConfig, getCaptureUrl, getFollowCaptureUrl, getNonNullString, initItemSize, isPageShow, onConfigurationChanged, setBaseHandler, setItemParams, setOnComponentClickListener, setOnVideoCardListener, setPageAndSource, setPageShowListener, updateVideoIndex
public android.view.View getView(int position, android.view.View itemView, android.view.ViewGroup parent, java.lang.String type, android.content.Context context)
getView
在接口中 ICardConfig
getView
在类中 BaseCard
public void configView(android.view.View itemView, CardDataBO cardDataBO, int position, android.content.Context context)
configView
在接口中 ICardConfig
configView
在类中 BaseCard
public androidx.recyclerview.widget.RecyclerView.ViewHolder onCreateViewHolder(android.view.ViewGroup parent, int viewType, android.content.Context context, java.lang.String type)
onCreateViewHolder
在类中 BaseCard
public void onBindViewHolder(androidx.recyclerview.widget.RecyclerView.ViewHolder holder, int position, android.content.Context context, java.lang.String type)
onBindViewHolder
在类中 BaseCard
protected void configVideo(ReplayEndVideoCard.ReplayEndVideoCardHolder viewHolder, com.app.live.activity.VideoDataInfo vd, int position, android.content.Context context)
viewHolder
- vd
- position
- context
- public int getItemHeight()
getItemHeight
在类中 BaseCard