Searched defs:SensorEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorEvent.java22 * course the sensor's {@link SensorEvent#values data}.
25 * <u>Definition of the coordinate system used by the SensorEvent API.</u>
51 * @see SensorEvent
56 public class SensorEvent { class
61 * also {@link SensorEvent} for a definition of the coordinate system used).
109 * public void onSensorChanged(SensorEvent event)
175 * public void onSensorChanged(SensorEvent event) {
601 SensorEvent(int valueSize) { method in class:SensorEvent

Completed in 322 milliseconds