Package com.otaliastudios.cameraview.gesture
See: Description
-
Class Summary Class Description PinchGestureFinder A GestureFinder that detects PINCH gestures. ScrollGestureFinder A GestureFinder that detects SCROLL_HORIZONTAL and SCROLL_VERTICAL gestures. TapGestureFinder A GestureFinder that detects TAP and LONG_TAP gestures. GestureParser Parses gestures from XML attributes. GestureFinder Base class for gesture finders. -
Enum Summary Enum Description GestureAction Gestures actions are actions over camera controls that can be mapped to certain gestures over the screen, using XML attributes or mapGesture. 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. -
Interface Summary Interface Description Controller