public interface Gesture
| Modifier and Type | Interface and Description |
|---|---|
static class |
Gesture.DoubleTap |
static class |
Gesture.LongPress |
static class |
Gesture.Press |
static class |
Gesture.Tap |
static class |
Gesture.TripleTap |
static class |
Gesture.TwoFingerTap |
| Modifier and Type | Field and Description |
|---|---|
static Gesture |
DOUBLE_TAP |
static Gesture |
LONG_PRESS |
static Gesture |
PRESS |
static Gesture |
TAP |
static Gesture |
TRIPLE_TAP |
static Gesture |
TWO_FINGER_TAP |