Home
last modified time | relevance | path

Searched refs:temperature (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd38 ambient temperature near an Android-powered device. All four environment sensors are hardware-based
47 value for each data event. For example, the temperature in °C or the pressure in hPa.
65 <td>Ambient air temperature.</td>
89 <td>Device temperature.<sup>1</sup></td>
98 <p>The raw data you acquire from the light, pressure, and temperature sensors usually requires no
159 the light, pressure, and temperature sensors. However, if a device has both a humidity sensor
160 ({@link android.hardware.Sensor#TYPE_RELATIVE_HUMIDITY}) and a temperature sensor ({@link
166 <p>The dew point is the temperature at which a given volume of air must be cooled, at constant
179 <li>t<sub>d</sub> = dew point temperature in degrees C</li>
180 <li>t = actual temperature in degrees C</li>
[all …]
Dindex.jd4 …to your app, from GPS or network location to accelerometer, gyroscope, temperature, barometer, and…
Dsensors_overview.jd59 device's temperature sensor and humidity sensor to calculate and report the dewpoint, or a travel
72 <p>These sensors measure various environmental parameters, such as ambient air temperature
134 <td>Measures the ambient room temperature in degrees Celsius (&deg;C). See note below.</td>
212 <td>Measures the temperature of the device in degrees Celsius (&deg;C). This sensor
644 as appropriate. For example, a navigation application might use the temperature sensor,
645 pressure sensor, GPS sensor, and geomagnetic field sensor to display the temperature, barometric
Dsensors_position.jd359 and temperature compensation are still applied to the magnetic field. The uncalibrated magnetometer
Dsensors_motion.jd422 and temperature compensation are still applied to the rate of rotation. The uncalibrated
/frameworks/native/include/android/
Dsensor.h162 float temperature; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java91 int temperature; field in BatteryMeterView.BatteryTracker
112 temperature = intent.getIntExtra(BatteryManager.EXTRA_TEMPERATURE, 0); in onReceive()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags8 2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1)
/frameworks/base/docs/html/tools/adk/
Dadk.jd123 temperature and light sensors. You can create or buy your own shields or wire your own features
300 from the board such as joystick movement and temperature readings.</p>
Dadk2.jd78 <li>Sensors for light, color, proximity, temperature, humidity, barometric pressure, and
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1080 <li>{@link android.hardware.Sensor#TYPE_AMBIENT_TEMPERATURE}: A temperature sensor that provides
1081 the ambient (room) temperature in degrees Celsius.</li>
1090 <p>The previous temperature sensor, {@link android.hardware.Sensor#TYPE_TEMPERATURE}, has been
/frameworks/base/api/
Dcurrent.txt12360 …ic static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature";
21313 field public static final java.lang.String EXTRA_TEMPERATURE = "temperature";