Searched refs:xStart (Results 1 – 1 of 1) sorted by relevance
340 final int xStart = Math.max(halfCellWidth, in computeNearestNeighbors() local344 int baseIndexOfCurrentRow = (yStart / mCellHeight) * mGridWidth + (xStart / mCellWidth); in computeNearestNeighbors()347 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) { in computeNearestNeighbors()