HomeSort by relevance Sort by last modified time
    Searched refs:CELL_WIDTH (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/src/
proximity_info.h 94 const int CELL_WIDTH;
proximity_info.cpp 44 CELL_WIDTH((keyboardWidth + gridWidth - 1) / gridWidth),
98 return ((y / CELL_HEIGHT) * GRID_WIDTH + (x / CELL_WIDTH))

Completed in 154 milliseconds