Home | History | Annotate | Download | only in hardware

Lines Matching refs:sensor

21  * sensor values have changed.
30 * <p>Called when sensor values have changed.
32 * depending on which sensor is being monitored.
34 * for details on possible sensor types.
87 * @param sensor The ID of the sensor being monitored
88 * @param values The new values for the sensor.
90 public void onSensorChanged(int sensor, float[] values);
93 * Called when the accuracy of a sensor has changed.
97 * @param sensor The ID of the sensor being monitored
98 * @param accuracy The new accuracy of this sensor.
100 public void onAccuracyChanged(int sensor, int accuracy);