Example usage for Java android.hardware Sensor fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_ACCELEROMETER A constant describing an accelerometer sensor type. |
int | TYPE_MAGNETIC_FIELD A constant describing a magnetic field sensor type. |
int | TYPE_ORIENTATION A constant describing an orientation sensor type. |
int | TYPE_GYROSCOPE A constant describing a gyroscope sensor type. |
int | TYPE_LIGHT A constant describing a light sensor type. |
int | TYPE_PRESSURE A constant describing a pressure sensor type. |
int | TYPE_TEMPERATURE A constant describing a temperature sensor type |
int | TYPE_PROXIMITY A constant describing a proximity sensor type. |
int | TYPE_GRAVITY A constant describing a gravity sensor type. |
int | TYPE_LINEAR_ACCELERATION A constant describing a linear acceleration sensor type. |
int | TYPE_ROTATION_VECTOR A constant describing a rotation vector sensor type. |
int | TYPE_RELATIVE_HUMIDITY A constant describing a relative humidity sensor type. |
int | TYPE_AMBIENT_TEMPERATURE A constant describing an ambient temperature sensor type. |
int | TYPE_MAGNETIC_FIELD_UNCALIBRATED A constant describing an uncalibrated magnetic field sensor type. |
int | TYPE_GAME_ROTATION_VECTOR A constant describing an uncalibrated rotation vector sensor type. |
int | TYPE_GYROSCOPE_UNCALIBRATED A constant describing an uncalibrated gyroscope sensor type. |
int | TYPE_SIGNIFICANT_MOTION A constant describing a significant motion trigger sensor. |
int | TYPE_STEP_DETECTOR A constant describing a step detector sensor. |
int | TYPE_STEP_COUNTER A constant describing a step counter sensor. |
int | TYPE_GEOMAGNETIC_ROTATION_VECTOR A constant describing a geo-magnetic rotation vector. |
int | TYPE_HEART_RATE A constant describing a heart rate monitor. |
int | TYPE_ALL A constant describing all sensor types. |
float | getMaximumRange() |
int | getMinDelay() |
String | getName() |
float | getPower() |
float | getResolution() |
int | getType() |
String | getVendor() |
int | getVersion() |
String | toString() |