Searched refs:xStart (Results 1 – 2 of 2) 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()
321 int xStart = (isRtl) ? coordinates.snippetX + width : right - width; in drawFolders() local329 final int actualStart = isRtl ? xStart - measurements[index] : xStart; in drawFolders()336 xStart += (isRtl) ? -usedWidth : usedWidth; in drawFolders()