public static interface GestureOverlayView.OnGestureListener
Modifier and Type | Method and Description |
---|---|
void |
onGesture(GestureOverlayView overlay,
MotionEvent event) |
void |
onGestureCancelled(GestureOverlayView overlay,
MotionEvent event) |
void |
onGestureEnded(GestureOverlayView overlay,
MotionEvent event) |
void |
onGestureStarted(GestureOverlayView overlay,
MotionEvent event) |
void onGestureStarted(GestureOverlayView overlay, MotionEvent event)
void onGesture(GestureOverlayView overlay, MotionEvent event)
void onGestureEnded(GestureOverlayView overlay, MotionEvent event)
void onGestureCancelled(GestureOverlayView overlay, MotionEvent event)