OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mGridWidth
(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),
204
int
mGridWidth
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java
43
private final int
mGridWidth
;
67
mGridWidth
= gridWidth;
69
mGridSize =
mGridWidth
* mGridHeight;
70
mCellWidth = (minWidth +
mGridWidth
- 1) /
mGridWidth
;
225
mGridWidth
, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
253
final int lastPixelXCoordinate =
mGridWidth
* mCellWidth - 1;
346
int baseIndexOfCurrentRow = (yStart / mCellHeight) *
mGridWidth
+ (xStart / mCellWidth);
356
baseIndexOfCurrentRow +=
mGridWidth
;
402
int index = (y / mCellHeight) *
mGridWidth
+ (x / mCellWidth)
[
all
...]
Completed in 108 milliseconds