Searched refs:GRID_SIZE (Results 1 – 2 of 2) sorted by relevance
150 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT; field in Keyboard752 mGridNeighbors = new int[GRID_SIZE][]; in computeNearestNeighbors()787 if (index < GRID_SIZE) { in getNearestKeys()
25495 Landroid/inputmethodservice/Keyboard;->GRID_SIZE:I