Home
last modified time | relevance | path

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

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