public abstract class LayoutManagerHelper
extends java.lang.Object
| Constructor and Description |
|---|
LayoutManagerHelper() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
findFirstVisibleItemPosition() |
abstract int |
findLastVisibleItemPosition() |
static LayoutManagerHelper |
getHelper(RecyclerView recyclerView) |
abstract int |
getItemCount()
Count of items in layout manager.
|
public static LayoutManagerHelper getHelper(RecyclerView recyclerView)
public abstract int getItemCount()
public abstract int findFirstVisibleItemPosition()
public abstract int findLastVisibleItemPosition()