-
- All Implemented Interfaces:
-
android.view.GestureDetector.OnContextClickListener,android.view.GestureDetector.OnDoubleTapListener,android.view.GestureDetector.OnGestureListener,android.view.View.OnTouchListener
public class OnDrawLineChartTouchListener extends GestureDetector.SimpleOnGestureListener implements View.OnTouchListener
-
-
Method Summary
Modifier and Type Method Description booleanonTouch(View v, MotionEvent event)-
Methods inherited from class android.view.GestureDetector.SimpleOnGestureListener
onContextClick, onDoubleTap, onDoubleTapEvent, onDown, onFling, onLongPress, onScroll, onShowPress, onSingleTapConfirmed, onSingleTapUp -
Methods inherited from class android.view.View.OnTouchListener
onTouch -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onTouch
boolean onTouch(View v, MotionEvent event)
-
-
-
-