Searched refs:rowStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java455 int rowStart;
459 rowStart = selectedPosition - (selectedPosition % numColumns);
464 rowStart = Math.max(0, rowEnd - numColumns + 1);
468 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
470 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
471 mFirstPosition = rowStart;
476 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
478 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
482 fadingEdgeLength, numColumns, rowStart);
485 fillUp(rowStart
758 getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, int numColumns, int rowStart) argument
776 getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) argument
[all...]

Completed in 17 milliseconds