Searched refs:bestXY (Results 1 – 1 of 1) sorted by relevance
613 final int[] bestXY = recycle != null ? recycle : new int[2]; in findNearestVacantArea() local639 bestXY[0] = cell.cellX; in findNearestVacantArea()640 bestXY[1] = cell.cellY; in findNearestVacantArea()646 return bestXY; in findNearestVacantArea()