Searched refs:motionRowStart (Results 1 – 1 of 1) sorted by relevance
556 int motionRowStart; in fillSpecific() local560 motionRowStart = position - (position % numColumns); in fillSpecific()565 motionRowStart = Math.max(0, motionRowEnd - numColumns + 1); in fillSpecific()568 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true); in fillSpecific()571 mFirstPosition = motionRowStart; in fillSpecific()585 above = fillUp(motionRowStart - numColumns, referenceView.getTop() - verticalSpacing); in fillSpecific()587 … below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing); in fillSpecific()596 above = fillUp(motionRowStart - 1, referenceView.getTop() - verticalSpacing); in fillSpecific()