OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mKeyCharCodes
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
proximity_info.h
108
int32_t
mKeyCharCodes
[MAX_KEY_COUNT_IN_A_KEYBOARD];
proximity_info.cpp
70
copyOrFillZero(
mKeyCharCodes
, keyCharCodes, KEY_COUNT * sizeof(
mKeyCharCodes
[0]));
81
// mKeyYCoordinates, mKeyWidths, mKeyHeights,
mKeyCharCodes
.
85
const int code =
mKeyCharCodes
[i];
Completed in 15 milliseconds