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 OnGestureListener
public void onTap(android.view.MotionEvent motionEvent)
onTap
in interface OnGestureListener
public void onDrag(android.view.MotionEvent motionEvent)
onDrag
in interface OnGestureListener
public void onMove(android.view.MotionEvent motionEvent)
onMove
in interface OnGestureListener
public void onRelease(android.view.MotionEvent motionEvent)
onRelease
in interface OnGestureListener
public void onLongPress(android.view.MotionEvent motionEvent)
onLongPress
in interface OnGestureListener
public void onMultiTap(android.view.MotionEvent motionEvent, int clicks)
onMultiTap
in interface OnGestureListener
public void onCancel(android.view.MotionEvent motionEvent)
onCancel
in interface OnGestureListener