public class RecyclerViewHelper
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
TYPE_IM_STREAM
https://docs.google.com/spreadsheets/d/18APVaGitq7IYqnfm7EblPogpXpvJfmHQoyhOgm-S86Q/edit#gid=286174278
|
static int |
TYPE_IMPRESSION |
构造器和说明 |
---|
RecyclerViewHelper() |
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<com.app.live.activity.VideoDataInfo> |
getLiveInScreen(androidx.recyclerview.widget.RecyclerView recyclerView,
java.util.List<CardDataBO> data,
int bottomNavigationHeight,
int type)
计算当前屏幕中可见的item,只记录完全展示或者展示范围超过50%的item
|
public static final int TYPE_IMPRESSION
public static final int TYPE_IM_STREAM
public static java.util.List<com.app.live.activity.VideoDataInfo> getLiveInScreen(androidx.recyclerview.widget.RecyclerView recyclerView, java.util.List<CardDataBO> data, int bottomNavigationHeight, int type)
recyclerView
- data
- 对应数据列表bottomNavigationHeight
- 底部导航高度,用来精确计算真正展示出来的item高度