Home
last modified time | relevance | path

Searched refs:GRID_SIZE (Results 1 – 1 of 1) sorted by relevance

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