diff options
| author | kmccormick <kmccormick@google.com> | 2013-04-24 16:00:21 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-24 16:00:21 -0700 |
| commit | 3e06ca574270b146b833a4f00eae82578e9cc115 (patch) | |
| tree | 6758b63daf25dd8482c6183621fca08c62c1e85e /core/java/android | |
| parent | 21e93bc845dab184370d9a650ec9794a6571a091 (diff) | |
| parent | 7b5d34f0a7b2d3e059a9f410a60367ef379fc502 (diff) | |
| download | frameworks_base-3e06ca574270b146b833a4f00eae82578e9cc115.zip frameworks_base-3e06ca574270b146b833a4f00eae82578e9cc115.tar.gz frameworks_base-3e06ca574270b146b833a4f00eae82578e9cc115.tar.bz2 | |
am 7b5d34f0: am 2a4ea0fc: am fd61958f: Doc Update: bug fix in SensorEvent ref
* commit '7b5d34f0a7b2d3e059a9f410a60367ef379fc502':
Doc Update: bug fix in SensorEvent ref
Diffstat (limited to 'core/java/android')
| -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> * |
