No examples for this method.
Frequently called with: [Clear]
-1
| android.hardware.Camera.OnZoomChangeListener |
Callback interface for zoom changes during a smooth zoom operation.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Called when the zoom value has changed during a smooth zoom.
|
|||||||||
Called when the zoom value has changed during a smooth zoom.
| 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 |