Searched refs:endOfRowPos (Results 1 – 1 of 1) sorted by relevance
1843 int endOfRowPos; in arrowScroll() local1849 endOfRowPos = Math.min(startOfRowPos + numColumns - 1, mItemCount - 1); in arrowScroll()1852 endOfRowPos = mItemCount - 1 - (invertedSelection / numColumns) * numColumns; in arrowScroll()1853 startOfRowPos = Math.max(0, endOfRowPos - numColumns + 1); in arrowScroll()1865 if (endOfRowPos < mItemCount - 1) { in arrowScroll()1879 } else if (selectedPosition < endOfRowPos && ((direction == FOCUS_LEFT && isLayoutRtl) || in arrowScroll()