Lines Matching full:range
60 * @param scrollPosition the position of the scroller in the range
227 // Put mScrollY in the valid range. This matters if mMaxScrollY is
295 // Limit startRow and endRow to the valid range.
664 // Limit startRow and endRow to the valid range.
740 // Visible row range: [mStartRow, mEndRow). Set by setVisibleRows().
813 int range = (CACHE_ROWS - (mEndRow - mStartRow)) / 2;
816 for (int d = 1; d <= range; d++) {