Package com.otaliastudios.cameraview.gesture
See: Description
-
Class Summary Class Description GestureParser Parses gestures from XML attributes. GestureFinder Base class for gesture finders. ScrollGestureFinder A GestureFinder that detects SCROLL_HORIZONTAL and SCROLL_VERTICAL gestures. TapGestureFinder A GestureFinder that detects TAP and LONG_TAP gestures. PinchGestureFinder A GestureFinder that detects PINCH gestures. -
Enum Summary Enum Description GestureType Gestures and gesture actions can both have a type. Gesture Gestures listen to finger gestures over the CameraView bounds and can be mapped to one or more camera controls using XML attributes or mapGesture. GestureAction Gestures actions are actions over camera controls that can be mapped to certain gestures over the screen, using XML attributes or mapGesture. -
Interface Summary Interface Description Controller