Searched refs:yStart (Results 1 – 2 of 2) sorted by relevance
571 int yStart = paddingTop; in onLayout() local572 int nextYStart = yStart; in onLayout()592 height - paddingBottom - mOverhangSize) - yStart - margin; in onLayout()596 yStart += pos + lpMargin; in onLayout()599 yStart = nextYStart; in onLayout()602 final int childTop = yStart; in onLayout()
335 final int yStart = Math.max(halfCellHeight, in computeNearestNeighbors() local346 int baseIndexOfCurrentRow = (yStart / mCellHeight) * mGridWidth + (xStart / mCellWidth); in computeNearestNeighbors()347 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) { in computeNearestNeighbors()