public static interface GestureDetector.OnGestureListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onDown(MotionEvent e) |
boolean |
onFling(MotionEvent e1,
MotionEvent e2,
float velocityX,
float velocityY) |
void |
onLongPress(MotionEvent e) |
boolean |
onScroll(MotionEvent e1,
MotionEvent e2,
float distanceX,
float distanceY) |
void |
onShowPress(MotionEvent e) |
boolean |
onSingleTapUp(MotionEvent e) |
boolean onDown(MotionEvent e)
void onShowPress(MotionEvent e)
boolean onSingleTapUp(MotionEvent e)
boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
void onLongPress(MotionEvent e)
boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
Copyright © 2008-2013. All Rights Reserved.