public class CustomSliderLayoutManager
extends LinearLayoutManager
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isDragging |
| Constructor and Description |
|---|
CustomSliderLayoutManager(android.content.Context context,
int orientation,
boolean reverseLayout,
CharacterScrollListener selectorListener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canScrollHorizontally() |
void |
onAttachedToWindow(RecyclerView view) |
void |
onLayoutChildren(RecyclerView.Recycler recycler,
RecyclerView.State state) |
void |
onLayoutCompleted(RecyclerView.State state) |
void |
onScrollStateChanged(int state) |
int |
scrollHorizontallyBy(int dx,
RecyclerView.Recycler recycler,
RecyclerView.State state) |
void |
smoothScrollToPosition(RecyclerView recyclerView,
RecyclerView.State state,
int position) |
public CustomSliderLayoutManager(android.content.Context context,
int orientation,
boolean reverseLayout,
CharacterScrollListener selectorListener)
public void onAttachedToWindow(RecyclerView view)
public void onLayoutChildren(RecyclerView.Recycler recycler,
RecyclerView.State state)
public int scrollHorizontallyBy(int dx,
RecyclerView.Recycler recycler,
RecyclerView.State state)
public void smoothScrollToPosition(RecyclerView recyclerView,
RecyclerView.State state,
int position)
public boolean canScrollHorizontally()
public void onScrollStateChanged(int state)
public void onLayoutCompleted(RecyclerView.State state)