public abstract class ViewScrollChangeEvent
extends java.lang.Object
Warning: Instances keep a strong reference to the view. Operators that cache
instances have the potential to leak the associated Context.
| Modifier and Type | Method and Description |
|---|---|
static ViewScrollChangeEvent |
create(android.view.View view,
int scrollX,
int scrollY,
int oldScrollX,
int oldScrollY) |
abstract int |
oldScrollX() |
abstract int |
oldScrollY() |
abstract int |
scrollX() |
abstract int |
scrollY() |
abstract android.view.View |
view()
The view from which this event occurred.
|
public static ViewScrollChangeEvent create(android.view.View view, int scrollX, int scrollY, int oldScrollX, int oldScrollY)
public abstract android.view.View view()
public abstract int scrollX()
public abstract int scrollY()
public abstract int oldScrollX()
public abstract int oldScrollY()