Searched refs:startOfRowPos (Results 1 – 1 of 1) sorted by relevance
1843 int startOfRowPos; in arrowScroll() local1849 startOfRowPos = (selectedPosition / numColumns) * numColumns; in arrowScroll()1850 endOfRowPos = Math.min(startOfRowPos + numColumns - 1, mItemCount - 1); in arrowScroll()1854 startOfRowPos = Math.max(0, endOfRowPos - numColumns + 1); in arrowScroll()1859 if (startOfRowPos > 0) { in arrowScroll()1875 if (selectedPosition > startOfRowPos && ((direction == FOCUS_LEFT && !isLayoutRtl) || in arrowScroll()