HomeSort by relevance Sort by last modified time
    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