Searched refs:GRID_WIDTH (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java138 private static final int GRID_WIDTH = 10; field in class:Keyboard
140 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
739 mCellWidth = (getMinWidth() + GRID_WIDTH - 1) / GRID_WIDTH;
743 final int gridWidth = GRID_WIDTH * mCellWidth;
760 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell;
775 int index = (y / mCellHeight) * GRID_WIDTH + (x / mCellWidth);

Completed in 103 milliseconds