Searched defs:GRID_SIZE (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java155 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT; field in class:Keyboard
704 mGridNeighbors = new int[GRID_SIZE][];
740 if (index < GRID_SIZE) {

Completed in 50 milliseconds