android.hardware.Camera.OnZoomChangeListener |
Interface for a callback to be invoked when zoom value changes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the zoom value has changed.
|
Called when the zoom value has changed.
zoomValue | the current zoom value. In smooth zoom mode, camera calls this for every new zoom value. |
---|---|
stopped | whether smooth zoom is stopped. If the value is true, this is the last zoom update for the application. |
camera | the Camera service object |