Searched refs:mGridNeighbors (Results 1 – 2 of 2) sorted by relevance
58 private final List<Key>[] mGridNeighbors; field in ProximityInfo75 mGridNeighbors = new List[mGridSize]; in ProximityInfo()115 final List<Key>[] gridNeighborKeys = mGridNeighbors; in createNativeProximityInfo()247 final int gridSize = mGridNeighbors.length; in computeNearestNeighbors()365 mGridNeighbors[i] = Collections.unmodifiableList(neighbors); in computeNearestNeighbors()400 return mGridNeighbors[index]; in getNearestKeys()
158 private int[][] mGridNeighbors; field in Keyboard704 mGridNeighbors = new int[GRID_SIZE][]; in computeNearestNeighbors()724 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()737 if (mGridNeighbors == null) computeNearestNeighbors(); in getNearestKeys()741 return mGridNeighbors[index]; in getNearestKeys()