Uses of Package
net.silentlycrashing.gestures

Packages that use net.silentlycrashing.gestures
net.silentlycrashing.gestures   
net.silentlycrashing.gestures.preset   
 

Classes in net.silentlycrashing.gestures used by net.silentlycrashing.gestures
GestureAnalyzer
          Records gestures for analysis by the registered GestureListeners.
GestureListener
          Listens for a specific gesture and calls the appropriate RegisteredAction when it becomes active or inactive.
 

Classes in net.silentlycrashing.gestures used by net.silentlycrashing.gestures.preset
ConcurrentGestureListener
          Listens for a matching gesture while the movement is being made.
GestureAnalyzer
          Records gestures for analysis by the registered GestureListeners.
GestureListener
          Listens for a specific gesture and calls the appropriate RegisteredAction when it becomes active or inactive.
PostGestureListener
          Listens for a matching gesture after the movement is completed.