Java android.hardware Sensor fields, constructors, methods, implement or subclass

Example usage for Java android.hardware Sensor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware Sensor.

The text is from its open source code.

Field

intTYPE_ACCELEROMETER
A constant describing an accelerometer sensor type.
intTYPE_MAGNETIC_FIELD
A constant describing a magnetic field sensor type.
intTYPE_ORIENTATION
A constant describing an orientation sensor type.
intTYPE_GYROSCOPE
A constant describing a gyroscope sensor type.
intTYPE_LIGHT
A constant describing a light sensor type.
intTYPE_PRESSURE
A constant describing a pressure sensor type.
intTYPE_TEMPERATURE
A constant describing a temperature sensor type
intTYPE_PROXIMITY
A constant describing a proximity sensor type.
intTYPE_GRAVITY
A constant describing a gravity sensor type.
intTYPE_LINEAR_ACCELERATION
A constant describing a linear acceleration sensor type.
intTYPE_ROTATION_VECTOR
A constant describing a rotation vector sensor type.
intTYPE_RELATIVE_HUMIDITY
A constant describing a relative humidity sensor type.
intTYPE_AMBIENT_TEMPERATURE
A constant describing an ambient temperature sensor type.
intTYPE_MAGNETIC_FIELD_UNCALIBRATED
A constant describing an uncalibrated magnetic field sensor type.
intTYPE_GAME_ROTATION_VECTOR
A constant describing an uncalibrated rotation vector sensor type.
intTYPE_GYROSCOPE_UNCALIBRATED
A constant describing an uncalibrated gyroscope sensor type.
intTYPE_SIGNIFICANT_MOTION
A constant describing a significant motion trigger sensor.
intTYPE_STEP_DETECTOR
A constant describing a step detector sensor.
intTYPE_STEP_COUNTER
A constant describing a step counter sensor.
intTYPE_GEOMAGNETIC_ROTATION_VECTOR
A constant describing a geo-magnetic rotation vector.
intTYPE_HEART_RATE
A constant describing a heart rate monitor.
intTYPE_ALL
A constant describing all sensor types.

Method