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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java142 private int[][] mGridNeighbors; field in class:Keyboard
728 mGridNeighbors = new int[GRID_SIZE][];
747 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell;
760 if (mGridNeighbors == null) computeNearestNeighbors();
764 return mGridNeighbors[index];

Completed in 111 milliseconds