Searched refs:GRID_SIZE (Results 1 – 1 of 1) sorted by relevance
155 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT; field in Keyboard704 mGridNeighbors = new int[GRID_SIZE][]; in computeNearestNeighbors()740 if (index < GRID_SIZE) { in getNearestKeys()