Searched refs:motionRowStart (Results 1 – 1 of 1) sorted by relevance
551 int motionRowStart; in fillSpecific() local555 motionRowStart = position - (position % numColumns); in fillSpecific()560 motionRowStart = Math.max(0, motionRowEnd - numColumns + 1); in fillSpecific()563 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true); in fillSpecific()566 mFirstPosition = motionRowStart; in fillSpecific()580 above = fillUp(motionRowStart - numColumns, referenceView.getTop() - verticalSpacing); in fillSpecific()582 … below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing); in fillSpecific()591 above = fillUp(motionRowStart - 1, referenceView.getTop() - verticalSpacing); in fillSpecific()