summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/one/OneCamera.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/one/OneCamera.java')
-rw-r--r--src/com/android/camera/one/OneCamera.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/camera/one/OneCamera.java b/src/com/android/camera/one/OneCamera.java
index 4e95f7fac..a22c889b2 100644
--- a/src/com/android/camera/one/OneCamera.java
+++ b/src/com/android/camera/one/OneCamera.java
@@ -265,11 +265,11 @@ public interface OneCamera {
/**
* Meters and triggers auto focus scan with ROI around tap point.
* <p/>
- * Normalized coordinates are referenced to portrait preview window with 0,0
- * top left and 1,1 bottom right. Rotation has no effect.
+ * Normalized coordinates are referenced to portrait preview window with
+ * (0, 0) top left and (1, 1) bottom right. Rotation has no effect.
*
* @param nx normalized x coordinate.
- * @param nx normalized y coordinate.
+ * @param ny normalized y coordinate.
*/
public void triggerFocusAndMeterAtPoint(float nx, float ny);