public class OnGestureAdapter extends java.lang.Object implements OnGestureListener
| Constructor and Description |
|---|
OnGestureAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel(android.view.MotionEvent motionEvent) |
void |
onDrag(android.view.MotionEvent motionEvent) |
void |
onLongPress(android.view.MotionEvent motionEvent) |
void |
onMove(android.view.MotionEvent motionEvent) |
void |
onMultiTap(android.view.MotionEvent motionEvent,
int clicks) |
void |
onPress(android.view.MotionEvent motionEvent) |
void |
onRelease(android.view.MotionEvent motionEvent) |
void |
onTap(android.view.MotionEvent motionEvent) |
public void onPress(android.view.MotionEvent motionEvent)
onPress in interface OnGestureListenerpublic void onTap(android.view.MotionEvent motionEvent)
onTap in interface OnGestureListenerpublic void onDrag(android.view.MotionEvent motionEvent)
onDrag in interface OnGestureListenerpublic void onMove(android.view.MotionEvent motionEvent)
onMove in interface OnGestureListenerpublic void onRelease(android.view.MotionEvent motionEvent)
onRelease in interface OnGestureListenerpublic void onLongPress(android.view.MotionEvent motionEvent)
onLongPress in interface OnGestureListenerpublic void onMultiTap(android.view.MotionEvent motionEvent,
int clicks)
onMultiTap in interface OnGestureListenerpublic void onCancel(android.view.MotionEvent motionEvent)
onCancel in interface OnGestureListener