androidx.camera.viewfinder.core


Interfaces

ZoomGestureDetector.OnZoomGestureListener

The listener for receiving notifications when gestures occur.

Classes

ZoomGestureDetector

Detector that interprets MotionEvents and notify users when a zooming gesture has occurred.

ZoomGestureDetector.ZoomEvent

The zoom event that contains extended info about event state.

ZoomGestureDetector.ZoomEvent.Begin

The beginning of a zoom gesture.

ZoomGestureDetector.ZoomEvent.End

The end of a zoom gesture.

ZoomGestureDetector.ZoomEvent.Move

The moving events of a gesture in progress.