public interface OnGestureListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDrag(float dx,
float dy) |
void |
onFling(float startX,
float startY,
float velocityX,
float velocityY) |
void |
onScale(float scaleFactor,
float focusX,
float focusY) |