From fd61958f75212a70bffebd79ad0876b7ad785f55 Mon Sep 17 00:00:00 2001 From: kmccormick Date: Wed, 24 Apr 2013 15:42:57 -0700 Subject: [PATCH] Doc Update: bug fix in SensorEvent ref "Bug: 6349093" Change-Id: Ibd4911b6c3f17fd2cd18042665efa428231c61ab --- core/java/android/hardware/SensorEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/hardware/SensorEvent.java b/core/java/android/hardware/SensorEvent.java index 51a17c1707f18..6166d2c2c2673 100644 --- a/core/java/android/hardware/SensorEvent.java +++ b/core/java/android/hardware/SensorEvent.java @@ -334,8 +334,8 @@ public class SensorEvent { *

* *

- * values[2]: Roll, rotation around y-axis (-90 to 90), with positive values - * when the x-axis moves toward the z-axis. + * values[2]: Roll, rotation around the x-axis (-90 to 90) + * increasing as the device moves clockwise. *

* *