Loading core/java/android/hardware/SensorEvent.java +2 −2 Original line number Diff line number Diff line Loading @@ -84,14 +84,14 @@ public class SensorEvent { * sensor itself (<b>Fs</b>) using the relation: * </p> * * <b><center>Ad = - ·Fs / mass</center></b> * <b><center>Ad = - ∑Fs / mass</center></b> * * <p> * In particular, the force of gravity is always influencing the measured * acceleration: * </p> * * <b><center>Ad = -g - ·F / mass</center></b> * <b><center>Ad = -g - ∑F / mass</center></b> * * <p> * For this reason, when the device is sitting on a table (and obviously not Loading Loading
core/java/android/hardware/SensorEvent.java +2 −2 Original line number Diff line number Diff line Loading @@ -84,14 +84,14 @@ public class SensorEvent { * sensor itself (<b>Fs</b>) using the relation: * </p> * * <b><center>Ad = - ·Fs / mass</center></b> * <b><center>Ad = - ∑Fs / mass</center></b> * * <p> * In particular, the force of gravity is always influencing the measured * acceleration: * </p> * * <b><center>Ad = -g - ·F / mass</center></b> * <b><center>Ad = -g - ∑F / mass</center></b> * * <p> * For this reason, when the device is sitting on a table (and obviously not Loading