public static interface CommonGestures.TouchListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onDoubleTap() |
void |
onGestureBegin() |
void |
onGestureEnd() |
void |
onLeftSlide(float percent) |
void |
onLongPress() |
void |
onRightSlide(float percent) |
void |
onScale(float scaleFactor,
int state) |
void |
onSingleTap() |
void onGestureBegin()
void onGestureEnd()
void onLeftSlide(float percent)
void onRightSlide(float percent)
void onSingleTap()
void onDoubleTap()
void onScale(float scaleFactor,
int state)
void onLongPress()