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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java140 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT; field in class:Keyboard
741 mGridNeighbors = new int[GRID_SIZE][];
776 if (index < GRID_SIZE) {

Completed in 33 milliseconds