/development/samples/AndroidBeamDemo/ |
_index.html | 2 application beams a simple message from one device to another when they are in close enough proximity. This
|
/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/base/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 | 58 <!-- devices with a proximity sensor must also include 59 android.hardware.sensor.proximity.xml -->
|
tablet_core_hardware.xml | 47 <!-- devices with a proximity sensor must also include 48 android.hardware.sensor.proximity.xml -->
|
/packages/apps/Contacts/src/com/android/contacts/ |
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.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
SpellCheckerProximityInfo.java | 32 // This is a map from the code point to the index in the PROXIMITY array. 33 // At the time the native code to read the binary dictionary needs the proximity info be passed 35 // Since we need to build such an array, we want to be able to search in our big proximity data 39 // The proximity here is the union of 40 // - the proximity for a QWERTY keyboard. 41 // - the proximity for an AZERTY keyboard. 42 // - the proximity for a QWERTZ keyboard. 49 final public static int[] PROXIMITY = { 84 for (int i = 0; i < PROXIMITY.length; i += ROW_SIZE) { 85 if (NUL != PROXIMITY[i]) INDICES.put(PROXIMITY[i], i) [all...] |
/external/qemu/android/ |
hw-sensors.h | 46 SENSOR_(PROXIMITY,"proximity") \
|
hw-sensors.c | 104 } Proximity; 114 Proximity proximity; member in union:__anon9248::__anon9249 329 snprintf(buffer, sizeof buffer, "proximity:%g", 330 sensor->u.proximity.value); 531 qemu_put_float(f, s->u.proximity.value); 582 s->u.proximity.value = qemu_get_float(f); 601 /* change the emulated proximity */ 606 s->u.proximity.value = value;
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
PowerTest.java | 89 new Test("Enable proximity") { 94 new Test("Disable proximity") { 99 new Test("Disable proximity (WAIT_FOR_PROXIMITY_NEGATIVE)") {
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationManagerTest.java | 776 * Tests basic proximity alert when entering proximity 788 * Tests proximity alert when entering proximity, with no expiration 800 * Tests basic proximity alert when exiting proximity 808 // first do enter proximity scenario 811 // now update to trigger exit proximity proximity 819 * Helper variant for testing enter proximity scenari [all...] |
/device/samsung/tuna/libsensors/ |
sensors.cpp | 84 { "GP2A Proximity sensor", 140 proximity, enumerator in enum:sensors_poll_context_t::__anon1395 166 return proximity; 206 mSensors[proximity] = new ProximitySensor(); 207 mPollFds[proximity].fd = mSensors[proximity]->getFd(); 208 mPollFds[proximity].events = POLLIN; 209 mPollFds[proximity].revents = 0;
|
ProximitySensor.cpp | 33 : SamsungSensorBase(NULL, "proximity", ABS_DISTANCE)
|
ProximitySensor.h | 29 /* the GP2A is a binary proximity sensor that triggers around 5 cm on
|
/external/webkit/LayoutTests/fast/xpath/ |
reverse-axes-expected.txt | 1 Test for bug 15436: Wrong proximity positions for XPath reverse axes.
|
reverse-axes.html | 10 Wrong proximity positions for XPath reverse axes.</p>
|
/development/pdk/docs/porting/ |
sensors.jd | 29 <li>Proximity</li>
|
/external/mesa3d/docs/ |
relnotes-7.8.1.html | 15 though this is a bug fix release, given its proximity to the 7.8 release, a
|
/packages/inputmethods/LatinIME/native/src/ |
correction.cpp | 234 // TODO: Do not check the proximity if EditDistance exceeds the threshold 304 // TODO: Change the limit if we'll allow two or more proximity chars with corrections 374 // proximity chars of "s", but it should rather be handled as a skipped char. 402 // proximity chars. So, we don't need to check proximity. 720 // Promotion for a word with proximity characters 722 // A word with proximity corrections 724 LOGI("Found a proximity correction."); 766 p ... proximity matching [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneApp.java | 332 // Update the Proximity sensor based on headset state 472 // Wake lock used to control proximity sensor behavior. 480 // create mAccelerometerListener only if we are using the proximity sensor 612 // Update the Proximity sensor based on keyboard state [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ReverseAxesWalker.java | 118 * @param predicateIndex The predicate index of the proximity position. 174 * Count backwards one proximity position.
|
PredicatedNodeTest.java | 228 * @param predicateIndex The index of the predicate where the proximity 239 * Reset the proximity positions counts. 265 * Init the proximity position to zero for a forward axes. 277 * Count forward one proximity position. 376 // If there is a proximity index that will not change during the
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
SuggestTests.java | 61 * Tests for proximity errors. 70 * Tests for proximity errors - negative, when the error key is not close.
|
/development/tools/emulator/system/sensors/ |
sensors_qemu.c | 78 SENSOR_(PROXIMITY,"proximity") \ 359 /* "proximity:<value>" */ 360 if (sscanf(buff, "proximity:%g", params+0) == 1) { 533 { .name = "Goldfish Proximity sensor",
|