Interface Gesture

All Known Implementing Classes:
Gesture.DoubleTap, Gesture.LongPress, Gesture.Press, Gesture.Tap, Gesture.TripleTap, Gesture.TwoFingerTap

public interface Gesture
  • Field Details

    • PRESS

      static final Gesture PRESS
    • LONG_PRESS

      static final Gesture LONG_PRESS
    • TAP

      static final Gesture TAP
    • DOUBLE_TAP

      static final Gesture DOUBLE_TAP
    • TRIPLE_TAP

      static final Gesture TRIPLE_TAP
    • TWO_FINGER_TAP

      static final Gesture TWO_FINGER_TAP