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

/frameworks/base/core/java/android/widget/
H A DGridView.java435 int rowStart;
439 rowStart = selectedPosition - (selectedPosition % numColumns);
444 rowStart = Math.max(0, rowEnd - numColumns + 1);
448 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
450 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
451 mFirstPosition = rowStart;
456 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
458 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
462 fadingEdgeLength, numColumns, rowStart);
465 fillUp(rowStart
738 getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, int numColumns, int rowStart) argument
756 getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) argument
[all...]

Completed in 26 milliseconds