public class OnScrollDispatchHelper
extends java.lang.Object
Constructor and Description |
---|
OnScrollDispatchHelper() |
Modifier and Type | Method and Description |
---|---|
float |
getXFlingVelocity() |
float |
getYFlingVelocity() |
boolean |
onScrollChanged(int x,
int y)
Call from a ScrollView in onScrollChanged, returns true if this onScrollChanged is legit (not a
duplicate) and should be dispatched.
|
public boolean onScrollChanged(int x, int y)
public float getXFlingVelocity()
public float getYFlingVelocity()