OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CELL_HEIGHT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
proximity_info.h
95
const int
CELL_HEIGHT
;
proximity_info.cpp
45
CELL_HEIGHT
((keyboardHeight + gridHeight - 1) / gridHeight),
98
return ((y /
CELL_HEIGHT
) * GRID_WIDTH + (x / CELL_WIDTH))
Completed in 23 milliseconds