HomeSort by relevance Sort by last modified time
    Searched refs:PROXIMITY (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/
hw-sensors.h 46 SENSOR_(PROXIMITY,"proximity") \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerProximityInfo.java 42 final protected static void buildProximityIndices(final int[] proximity,
44 for (int i = 0; i < proximity.length; i += ROW_SIZE) {
45 if (NUL != proximity[i]) indices.put(proximity[i], i / ROW_SIZE);
56 // This is a map from the code point to the index in the PROXIMITY array.
57 // At the time the native code to read the binary dictionary needs the proximity info be
60 // Since we need to build such an array, we want to be able to search in our big proximity
64 // The proximity here is the union of
65 // - the proximity for a QWERTY keyboard.
66 // - the proximity for an AZERTY keyboard
    [all...]
  /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",
  /sdk/emulator/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",

Completed in 172 milliseconds