diff options
author | kmccormick <kmccormick@google.com> | 2013-04-24 15:42:57 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-04-24 15:52:44 -0700 |
commit | fd61958f75212a70bffebd79ad0876b7ad785f55 (patch) | |
tree | 17b6c9bb34fe765d591f6087e34969028a432e96 | |
parent | c0edc45fd20832b52e8d0f91632f616da585b7dd (diff) | |
download | frameworks_base-fd61958f75212a70bffebd79ad0876b7ad785f55.zip frameworks_base-fd61958f75212a70bffebd79ad0876b7ad785f55.tar.gz frameworks_base-fd61958f75212a70bffebd79ad0876b7ad785f55.tar.bz2 |
Doc Update: bug fix in SensorEvent ref
"Bug: 6349093"
Change-Id: Ibd4911b6c3f17fd2cd18042665efa428231c61ab
-rw-r--r-- | core/java/android/hardware/SensorEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/hardware/SensorEvent.java b/core/java/android/hardware/SensorEvent.java index 51a17c1..6166d2c 100644 --- a/core/java/android/hardware/SensorEvent.java +++ b/core/java/android/hardware/SensorEvent.java @@ -334,8 +334,8 @@ public class SensorEvent { * </p> * * <p> - * values[2]: Roll, rotation around y-axis (-90 to 90), with positive values - * when the x-axis moves <b>toward</b> the z-axis. + * values[2]: Roll, rotation around the x-axis (-90 to 90) + * increasing as the device moves clockwise. * </p> * </ul> * |