OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mGridHeight
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h
48
mKeyCount(0), mCellHeight(0), mCellWidth(0),
mGridHeight
(0), mGridWidth(0),
209
int
mGridHeight
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java
41
private final int
mGridHeight
;
64
mGridHeight
= gridHeight;
65
mGridSize = mGridWidth *
mGridHeight
;
67
mCellHeight = (height +
mGridHeight
- 1) /
mGridHeight
;
220
mGridWidth,
mGridHeight
, mMostCommonKeyWidth, mMostCommonKeyHeight,
249
final int lastPixelYCoordinate =
mGridHeight
* mCellHeight - 1;
Completed in 2891 milliseconds