Searched refs:endOfRowPos (Results 1 – 1 of 1) sorted by relevance
1819 int endOfRowPos; in arrowScroll() local1825 endOfRowPos = Math.min(startOfRowPos + numColumns - 1, mItemCount - 1); in arrowScroll()1828 endOfRowPos = mItemCount - 1 - (invertedSelection / numColumns) * numColumns; in arrowScroll()1829 startOfRowPos = Math.max(0, endOfRowPos - numColumns + 1); in arrowScroll()1841 if (endOfRowPos < mItemCount - 1) { in arrowScroll()1855 } else if (selectedPosition < endOfRowPos && ((direction == FOCUS_LEFT && isLayoutRtl) || in arrowScroll()