Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:GRID_SIZE

140     private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
741 mGridNeighbors = new int[GRID_SIZE][];
776 if (index < GRID_SIZE) {