public abstract class RecyclerViewScrollEvent
extends java.lang.Object
Warning: Instances keep a strong reference to the recyclerView. Operators that
cache instances have the potential to leak the associated Context.
| Modifier and Type | Method and Description |
|---|---|
static RecyclerViewScrollEvent |
create(RecyclerView recyclerView,
int dx,
int dy) |
abstract int |
dx() |
abstract int |
dy() |
abstract RecyclerView |
view()
The view from which this event occurred.
|
public static RecyclerViewScrollEvent create(RecyclerView recyclerView, int dx, int dy)
public abstract RecyclerView view()
public abstract int dx()
public abstract int dy()