OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mKeyHeights
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayout.java
37
private final int[]
mKeyHeights
;
56
mKeyHeights
= new int[layoutKeys.size()];
64
mKeyHeights
[i] = key.getHeight();
103
return
mKeyHeights
;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h
77
inputSize, mKeyXCoordinates, mKeyYCoordinates, mKeyWidths,
mKeyHeights
,
111
int
mKeyHeights
[MAX_KEY_COUNT_IN_A_KEYBOARD];
Completed in 274 milliseconds