/development/samples/AndroidBeamDemo/ |
_index.html | 2 application beams a simple message from one device to another when they are in close enough proximity. This
|
/packages/apps/InCallUI/src/com/android/incallui/ |
ProximitySensor.java | 30 * Class manages the proximity sensor for the in-call UI. 31 * We enable the proximity sensor while the user in a phone call. The Proximity sensor turns off 34 * The class requires special knowledge of the activity and device state to know when the proximity 95 // We ignore incoming state because we do not want to enable proximity 137 // Update the Proximity sensor based on keyboard state 157 * TODO: There is no way to determine if a screen is off due to proximity or if it is 166 * @return true if this device supports the "proximity sensor 171 // proximity sensor is on? Is it even possible to do this any more? 176 * Updates the wake lock used to control proximity sensor behavior [all...] |
/external/kernel-headers/original/linux/ |
capella_cm3602.h | 33 int p_en; /* proximity-sensor enable */ 34 int p_out; /* proximity-sensor outpuCAPELLA_CM3602_IOCTL_ENABLE,t */
|
/frameworks/native/data/etc/ |
android.hardware.sensor.proximity.xml | 17 <!-- Feature for devices with a proximity sensor. --> 19 <feature name="android.hardware.sensor.proximity" />
|
handheld_core_hardware.xml | 63 <!-- devices with a proximity sensor must also include 64 android.hardware.sensor.proximity.xml -->
|
tablet_core_hardware.xml | 52 <!-- devices with a proximity sensor must also include 53 android.hardware.sensor.proximity.xml -->
|
/packages/apps/Dialer/src/com/android/dialer/ |
ProximitySensorAware.java | 20 * An object that is aware of the state of the proximity sensor. 23 /** Start tracking the state of the proximity sensor. */ 27 * Stop tracking the state of the proximity sensor.
|
ProximitySensorManager.java | 28 * Manages the proximity sensor and notifies a listener when enabled. 32 * Listener of the state of the proximity sensor. 34 * This interface abstracts two possible states for the proximity sensor, near and far. 39 /** Called when the proximity sensor transitions from the far to the near state. */ 41 /** Called when the proximity sensor transitions from the near to the far state. */ 138 // Take case of the case where the proximity sensor is binary: if the current value is 199 * Enables the proximity manager. 213 * Disables the proximity manager.
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
PowerTest.java | 70 new Test("Enable proximity") { 75 new Test("Disable proximity") { 80 new Test("Disable proximity (WAIT_FOR_PROXIMITY_NEGATIVE)") { 85 new Test("Enable proximity, wait 5 seconds then disable") { 96 new Test("Enable proximity, wait 5 seconds then disable (WAIT_FOR_PROXIMITY_NEGATIVE)") {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
additional_proximity_chars.cpp | 20 // TODO: Stop using hardcoded additional proximity characters. 21 // TODO: Have proximity character informations in each language's binary dictionary.
|
/external/qemu/android/ |
hw-sensors.h | 46 SENSOR_(PROXIMITY,"proximity") \
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationManagerTest.java | 660 * Tests basic proximity alert when entering proximity 663 // need to mock the fused location provider for proximity tests 672 * Tests proximity alert when entering proximity, with no expiration 675 // need to mock the fused location provider for proximity tests 684 * Tests basic proximity alert when exiting proximity 687 // need to mock the fused location provider for proximity tests 690 // first do enter proximity scenari [all...] |
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_position.jd | 2 page.tags="sensorevent","orientation","proximity" 11 <li><a href="#sensors-pos-prox">Using the Proximity Sensor</a></li> 46 the proximity sensor). The geomagnetic field sensor and the proximity sensor are hardware-based. 49 usually include a proximity sensor to determine when a handset is being held close to a user's face 73 Systems</a>. The proximity sensor provides a single value for each sensor event. Table 1 summarizes 125 <p class="note"><sup><strong>2</strong></sup> Some proximity sensors provide only binary values 252 <h2 id="sensors-pos-prox">Using the Proximity Sensor</h2> 253 <p>The proximity sensor lets you determine how far away an object is from a device. The following 254 code shows you how to get an instance of the default proximity sensor:</p [all...] |
/device/lge/hammerhead/libsensors/ |
sensors.h | 35 #define PROXIMITY_DATA "Avago proximity sensor"
|
sensors.cpp | 64 .name = "Proximity Sensor", 129 proximity, enumerator in enum:sensors_poll_context_t::__anon2018 165 return proximity; 219 mSensor[proximity] = new ProximitySensor(); 220 mPollFds[proximity].fd = mSensor[proximity]->getFd(); 221 mPollFds[proximity].events = POLLIN; 222 mPollFds[proximity].revents = 0; 224 if (mPollFds[light].fd < 0 || mPollFds[proximity].fd < 0) {
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorTestInformation.java | 48 // return "Proximity"; 104 name = "Proximity";
|
/packages/inputmethods/LatinIME/java/res/xml/ |
keyboard_layout_set_georgian.xml | 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
|
keyboard_layout_set_hindi.xml | 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
|
keyboard_layout_set_khmer.xml | 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
|
keyboard_layout_set_lao.xml | 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
|
keyboard_layout_set_nepali_romanized.xml | 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
|
keyboard_layout_set_nepali_traditional.xml | 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
|
keyboard_layout_set_thai.xml | 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
|
/frameworks/base/services/java/com/android/server/power/ |
DisplayPowerController.java | 48 * Handles the proximity sensor, light sensor, and animations between states 119 // Proximity sensor debounce delay in milliseconds for positive or negative transitions. 123 // Trigger proximity if distance is less than 5 cm. 193 // The proximity sensor, or null if not available or needed. 229 // True if a request has been made to wait for the proximity sensor to go negative. 233 // True if the pending power request or wait for negative proximity flag 259 // True if the device should wait for negative proximity sensor before 261 // proximity sensor measurement is observed or when the device is forced to 265 // The actual proximity sensor threshold value. 268 // Set to true if the proximity sensor listener has been registere [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.8.1.html | 14 though this is a bug fix release, given its proximity to the 7.8 release, a
|