public static interface TouchTypeDetector.TouchTypListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDoubleTap()
On double tap.
|
void |
onLongPress()
On long press.
|
void |
onScroll(int scrollDirection)
On scroll.
|
void |
onSingleTap()
On single tap.
|
void |
onSwipe(int swipeDirection)
On swipe.
|
void |
onThreeFingerSingleTap()
On three finger single tap.
|
void |
onTwoFingerSingleTap()
On two finger single tap.
|
void onTwoFingerSingleTap()
void onThreeFingerSingleTap()
void onDoubleTap()
void onScroll(int scrollDirection)
scrollDirection - the scroll directionvoid onSingleTap()
void onSwipe(int swipeDirection)
swipeDirection - the swipe directionvoid onLongPress()