Searched refs:mGridNeighbors (Results 1 – 1 of 1) 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()