Searched refs:endOfRowPos (Results 1 – 1 of 1) sorted by relevance
1825 int endOfRowPos; in arrowScroll() local1831 endOfRowPos = Math.min(startOfRowPos + numColumns - 1, mItemCount - 1); in arrowScroll()1834 endOfRowPos = mItemCount - 1 - (invertedSelection / numColumns) * numColumns; in arrowScroll()1835 startOfRowPos = Math.max(0, endOfRowPos - numColumns + 1); in arrowScroll()1847 if (endOfRowPos < mItemCount - 1) { in arrowScroll()1861 if (selectedPosition < endOfRowPos) { in arrowScroll()