Searched refs:yStart (Results 1 – 1 of 1) sorted by relevance
333 final int yStart = Math.max(halfCellHeight, in computeNearestNeighbors() local344 int baseIndexOfCurrentRow = (yStart / mCellHeight) * mGridWidth + (xStart / mCellWidth); in computeNearestNeighbors()345 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) { in computeNearestNeighbors()