Lines Matching defs:hardware

17 package android.hardware;
20 * This class represents a {@link android.hardware.Sensor Sensor} event and
60 * which {@link android.hardware.Sensor sensor} type is being monitored (see
64 * <h4>{@link android.hardware.Sensor#TYPE_ACCELEROMETER
144 * <h4>{@link android.hardware.Sensor#TYPE_MAGNETIC_FIELD
149 * <h4>{@link android.hardware.Sensor#TYPE_GYROSCOPE Sensor.TYPE_GYROSCOPE}:
220 * <h4>{@link android.hardware.Sensor#TYPE_LIGHT Sensor.TYPE_LIGHT}:</h4>
225 * <h4>{@link android.hardware.Sensor#TYPE_PRESSURE Sensor.TYPE_PRESSURE}:</h4>
230 * <h4>{@link android.hardware.Sensor#TYPE_PROXIMITY Sensor.TYPE_PROXIMITY}:
240 * {@link android.hardware.Sensor#getMaximumRange() maximum range} value in
244 * <h4>{@link android.hardware.Sensor#TYPE_GRAVITY Sensor.TYPE_GRAVITY}:</h4>
250 * <h4>{@link android.hardware.Sensor#TYPE_LINEAR_ACCELERATION Sensor.TYPE_LINEAR_ACCELERATION}:</h4>
258 * <h4>{@link android.hardware.Sensor#TYPE_ROTATION_VECTOR Sensor.TYPE_ROTATION_VECTOR}:</h4>
300 * <h4>{@link android.hardware.Sensor#TYPE_ORIENTATION
328 * {@link android.hardware.Sensor#TYPE_ROTATION_VECTOR
330 * {@link android.hardware.SensorManager#getRotationMatrix
332 * {@link android.hardware.SensorManager#remapCoordinateSystem
334 * {@link android.hardware.SensorManager#getOrientation getOrientation()} to
344 * <h4>{@link android.hardware.Sensor#TYPE_RELATIVE_HUMIDITY
400 * <h4>{@link android.hardware.Sensor#TYPE_AMBIENT_TEMPERATURE Sensor.TYPE_AMBIENT_TEMPERATURE}:
408 * <h4>{@link android.hardware.Sensor#TYPE_MAGNETIC_FIELD_UNCALIBRATED
410 * Similar to {@link android.hardware.Sensor#TYPE_MAGNETIC_FIELD},
441 * <h4> {@link android.hardware.Sensor#TYPE_GAME_ROTATION_VECTOR
443 * Identical to {@link android.hardware.Sensor#TYPE_ROTATION_VECTOR} except that it
452 * may drift somewhat over time. See {@link android.hardware.Sensor#TYPE_ROTATION_VECTOR}
457 * <h4> {@link android.hardware.Sensor#TYPE_GYROSCOPE_UNCALIBRATED
468 * {@link android.hardware.Sensor#TYPE_ACCELEROMETER}
486 * <h4>{@link android.hardware.Sensor#TYPE_POSE_6DOF
519 * <h4>{@link android.hardware.Sensor#TYPE_STATIONARY_DETECT
533 * <h4>{@link android.hardware.Sensor#TYPE_MOTION_DETECT
547 * <h4>{@link android.hardware.Sensor#TYPE_HEART_BEAT
567 * <h4>{@link android.hardware.Sensor#TYPE_LOW_LATENCY_OFFBODY_DETECT
603 * <h4>{@link android.hardware.Sensor#TYPE_ACCELEROMETER_UNCALIBRATED
607 * Similar to {@link android.hardware.Sensor#TYPE_ACCELEROMETER},
624 * axes similar to the {@link android.hardware.Sensor#TYPE_ACCELEROMETER},
636 * {@link android.hardware.SensorManager SensorManager} for details.
641 * The accuracy of this event. See {@link android.hardware.SensorManager