am 14d8e6e5: Merge change 23609 into eclair

Merge commit '14d8e6e5d5503fe420bb3276d367cba1bfba03f9' into eclair-plus-aosp

* commit '14d8e6e5d5503fe420bb3276d367cba1bfba03f9':
  Fix SDK build breakage.
This commit is contained in:
Wu-cheng Li
2009-09-02 00:15:43 -07:00
committed by Android Git Automerger

View File

@@ -182,7 +182,7 @@ public class Camera {
* @param data The contents of the preview frame in {@link
* android.hardware.Camera.Parameters#getPreviewFormat()}
* format. If {@link
* android.hardware.Camera.Parameters#setPreviewFormat()}
* android.hardware.Camera.Parameters#setPreviewFormat(int)}
* is never called, the default will be the YCbCr_420_SP
* (NV21) format.
* @param camera The Camera service object.
@@ -341,7 +341,8 @@ public class Camera {
* Starts auto-focus function and registers a callback function to run when
* camera is focused. Only valid after startPreview() has been called. If
* the camera does not support auto-focus, it is a no-op and {@link
* AutoFocusCallback#onAutoFocus} callback will be called immediately.
* AutoFocusCallback#onAutoFocus(boolean, Camera)} callback will be called
* immediately.
*
* @param cb the callback to run
*/