Home
last modified time | relevance | path

Searched refs:motionRowEnd (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java576 int motionRowEnd = -1; in fillSpecific() local
583 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSpecific()
584 motionRowStart = Math.max(0, motionRowEnd - numColumns + 1); in fillSpecific()
587 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true); in fillSpecific()
613 … below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing); in fillSpecific()