diff --git a/api/current.xml b/api/current.xml index e7b0e3b3a9ec8..48c7aeba0f96d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -77659,6 +77659,17 @@ visibility="public" > + + + + + + + + + + + + + + + + + + + + + + + + + + {@link android.hardware.Sensor#TYPE_GYROSCOPE Sensor.TYPE_GYROSCOPE}: + * All values are in radians/second and measure the rate of rotation + * around the X, Y and Z axis. The coordinate system is the same as is + * used for the acceleration sensor. Rotation is positive in the counter-clockwise + * direction. That is, an observer looking from some positive location on the x, y. + * or z axis at a device positioned on the origin would report positive rotation + * if the device appeared to be rotating counter clockwise. Note that this is the + * standard mathematical definition of positive rotation and does not agree with the + * definition of roll given earlier. + * *

{@link android.hardware.Sensor#TYPE_LIGHT Sensor.TYPE_LIGHT}:

* *