Searched refs:mGridNeighbors (Results 1 – 2 of 2) sorted by relevance
153 private int[][] mGridNeighbors; field in Keyboard753 mGridNeighbors = new int[GRID_SIZE][]; in computeNearestNeighbors()772 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()785 if (mGridNeighbors == null) computeNearestNeighbors(); in getNearestKeys()789 return mGridNeighbors[index]; in getNearestKeys()
22628 Landroid/inputmethodservice/Keyboard;->mGridNeighbors:[[I