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

/frameworks/base/core/java/android/hardware/
H A DSensorEvent.java23 * course the sensor's {@link SensorEvent#values data}.
27 * <u>Definition of the coordinate system used by the SensorEvent API.</u>
53 * @see SensorEvent
58 public class SensorEvent { class
63 * also {@link SensorEvent} for a definition of the coordinate system used).
117 * public void onSensorChanged(SensorEvent event)
189 * public void onSensorChanged(SensorEvent event) {
430 * @see SensorEvent
455 SensorEvent(int size) { method in class:SensorEvent

Completed in 250 milliseconds