OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROXIMITY
(Results
1 - 6
of
6
) 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
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
...]
AndroidSpellCheckerService.java
420
proximities = Arrays.copyOfRange(SpellCheckerProximityInfo.
PROXIMITY
,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java
58
// No
proximity
required. Keyboard might be mini keyboard.
73
480, 300, 10, 3, SpellCheckerProximityInfo.
PROXIMITY
,
/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 351 milliseconds