Lines Matching refs:values

23  * course the sensor's {@link SensorEvent#values data}.
39 * screen. In this system, coordinates behind the screen have negative Z values.
61 * The length and contents of the {@link #values values} array depends on
67 * Sensor.TYPE_ACCELEROMETER}:</h4> All values are in SI units (m/s^2)
71 * values[0]: Acceleration minus Gx on the x-axis
74 * values[1]: Acceleration minus Gy on the y-axis
77 * values[2]: Acceleration minus Gz on the z-axis
154 * All values are in micro-Tesla (uT) and measure the ambient magnetic field
158 * All values are in radians/second and measure the rate of rotation
169 * values[0]: Angular speed around the x-axis
172 * values[1]: Angular speed around the y-axis
175 * values[2]: Angular speed around the z-axis
204 * values[0]: Ambient light level in SI lux units
212 * values[0]: Proximity sensor distance measured in centimeters
230 * gravity. All values have units of m/s^2. The coordinate system is the same as is used by the
252 * values[0]: x*sin(&#952/2)
255 * values[1]: y*sin(&#952/2)
258 * values[2]: z*sin(&#952/2)
261 * values[3]: cos(&#952/2) <i>(optional: only if value.length = 4)</i>
266 * Sensor.TYPE_ORIENTATION}:</h4> All values are angles in degrees.
270 * values[0]: Azimuth, angle between the magnetic north direction and the
276 * values[1]: Pitch, rotation around x-axis (-180 to 180), with positive
277 * values when the z-axis moves <b>toward</b> the y-axis.
281 * values[2]: Roll, rotation around y-axis (-90 to 90), with positive values
299 * compute these values instead.
312 public final float[] values;
334 values = new float[size];