protected class ChartTouchHandler.ChartGestureListener
extends android.view.GestureDetector.SimpleOnGestureListener
| Modifier and Type | Field and Description |
|---|---|
protected ChartScroller.ScrollResult |
scrollResult |
| Modifier | Constructor and Description |
|---|---|
protected |
ChartGestureListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onDoubleTap(android.view.MotionEvent e) |
boolean |
onDown(android.view.MotionEvent e) |
boolean |
onFling(android.view.MotionEvent e1,
android.view.MotionEvent e2,
float velocityX,
float velocityY) |
boolean |
onScroll(android.view.MotionEvent e1,
android.view.MotionEvent e2,
float distanceX,
float distanceY) |
protected ChartScroller.ScrollResult scrollResult
public boolean onDown(android.view.MotionEvent e)
onDown in interface android.view.GestureDetector.OnGestureListeneronDown in class android.view.GestureDetector.SimpleOnGestureListenerpublic boolean onDoubleTap(android.view.MotionEvent e)
onDoubleTap in interface android.view.GestureDetector.OnDoubleTapListeneronDoubleTap in class android.view.GestureDetector.SimpleOnGestureListenerpublic boolean onScroll(android.view.MotionEvent e1,
android.view.MotionEvent e2,
float distanceX,
float distanceY)
onScroll in interface android.view.GestureDetector.OnGestureListeneronScroll in class android.view.GestureDetector.SimpleOnGestureListenerpublic boolean onFling(android.view.MotionEvent e1,
android.view.MotionEvent e2,
float velocityX,
float velocityY)
onFling in interface android.view.GestureDetector.OnGestureListeneronFling in class android.view.GestureDetector.SimpleOnGestureListener