Searched refs:GRID_WIDTH (Results 1 – 2 of 2) sorted by relevance
148 private static final int GRID_WIDTH = 10; field in Keyboard150 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;750 mCellWidth = (getMinWidth() + GRID_WIDTH - 1) / GRID_WIDTH; in computeNearestNeighbors()754 final int gridWidth = GRID_WIDTH * mCellWidth; in computeNearestNeighbors()771 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()786 int index = (y / mCellHeight) * GRID_WIDTH + (x / mCellWidth); in getNearestKeys()
32744 Landroid/inputmethodservice/Keyboard;->GRID_WIDTH:I