Searched refs:startOfRowPos (Results 1 – 1 of 1) sorted by relevance
1842 int startOfRowPos; in arrowScroll() local1848 startOfRowPos = (selectedPosition / numColumns) * numColumns; in arrowScroll()1849 endOfRowPos = Math.min(startOfRowPos + numColumns - 1, mItemCount - 1); in arrowScroll()1853 startOfRowPos = Math.max(0, endOfRowPos - numColumns + 1); in arrowScroll()1858 if (startOfRowPos > 0) { in arrowScroll()1874 if (selectedPosition > startOfRowPos && ((direction == FOCUS_LEFT && !isLayoutRtl) || in arrowScroll()