Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3722947f authored by kmccormick's avatar kmccormick Committed by Android (Google) Code Review
Browse files

Merge "Doc update: manual merge of changes from jb-mr1.1" into jb-mr2-dev

parents c0a979ce 5d555a7b
Loading
Loading
Loading
Loading
+33 −26
Original line number Diff line number Diff line
@@ -303,11 +303,18 @@ public class SensorEvent {
     * <ul>
     * <li> values[0]: Azimuth, angle between the magnetic north direction and the
     * y-axis, around the z-axis (0 to 359). 0=North, 90=East, 180=South,
     * 270=West </li>
     * <li> values[1]: Pitch, rotation around x-axis (-180 to 180), with positive
     * values when the z-axis moves <b>toward</b> the y-axis. </li>
     * <li> values[2]: Roll, rotation around y-axis (-90 to 90), with positive values
     * when the x-axis moves <b>toward</b> the z-axis. </li>
     * 270=West
     * </p>
     *
     * <p>
     * values[1]: Pitch, rotation around x-axis (-180 to 180), with positive
     * values when the z-axis moves <b>toward</b> the y-axis.
     * </p>
     *
     * <p>
     * values[2]: Roll, rotation around the x-axis (-90 to 90)
     * increasing as the device moves clockwise.
     * </p>
     * </ul>
     *
     * <p>