protected static class FunTabLayout.RecyclerOnScrollListener
extends OnScrollListener
| Modifier and Type | Field and Description |
|---|---|
int |
mDx |
protected FunTabLayout |
mFunTabLayout |
protected LinearLayoutManager |
mLinearLayoutManager |
| Constructor and Description |
|---|
RecyclerOnScrollListener(FunTabLayout funTabLayout,
LinearLayoutManager linearLayoutManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
onScrolled(RecyclerView recyclerView,
int dx,
int dy) |
void |
onScrollStateChanged(RecyclerView recyclerView,
int newState) |
protected void |
selectCenterTabForLeftScroll() |
protected void |
selectCenterTabForRightScroll() |
protected final FunTabLayout mFunTabLayout
protected final LinearLayoutManager mLinearLayoutManager
public int mDx
public RecyclerOnScrollListener(FunTabLayout funTabLayout, LinearLayoutManager linearLayoutManager)
public void onScrolled(RecyclerView recyclerView,
int dx,
int dy)
public void onScrollStateChanged(RecyclerView recyclerView,
int newState)
protected void selectCenterTabForRightScroll()
protected void selectCenterTabForLeftScroll()