public static class WheelViewRecyclerView.MyLayoutManager
extends LinearLayoutManager
| Constructor and Description |
|---|
MyLayoutManager(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLayoutHeight() |
int |
getLayoutWidth() |
int |
getScrollY() |
void |
onMeasure(RecyclerView.Recycler recycler,
RecyclerView.State state,
int widthSpec,
int heightSpec) |
void |
smoothScrollToPosition(RecyclerView recyclerView,
RecyclerView.State state,
int position) |
public int getLayoutHeight()
public int getLayoutWidth()
public void smoothScrollToPosition(RecyclerView recyclerView,
RecyclerView.State state,
int position)
public void onMeasure(RecyclerView.Recycler recycler,
RecyclerView.State state,
int widthSpec,
int heightSpec)
public int getScrollY()