protected class PreviewChartTouchHandler.PreviewChartGestureListener extends ChartTouchHandler.ChartGestureListener
scrollResult| Modifier | Constructor and Description |
|---|---|
protected |
PreviewChartGestureListener() |
| Modifier and Type | Method and Description |
|---|---|
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) |
onDoubleTap, onDownpublic boolean onScroll(android.view.MotionEvent e1,
android.view.MotionEvent e2,
float distanceX,
float distanceY)
onScroll in interface android.view.GestureDetector.OnGestureListeneronScroll in class ChartTouchHandler.ChartGestureListenerpublic boolean onFling(android.view.MotionEvent e1,
android.view.MotionEvent e2,
float velocityX,
float velocityY)
onFling in interface android.view.GestureDetector.OnGestureListeneronFling in class ChartTouchHandler.ChartGestureListener