Home
last modified time | relevance | path

Searched refs:startOfRowPos (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java1818 int startOfRowPos; in arrowScroll() local
1824 startOfRowPos = (selectedPosition / numColumns) * numColumns; in arrowScroll()
1825 endOfRowPos = Math.min(startOfRowPos + numColumns - 1, mItemCount - 1); in arrowScroll()
1829 startOfRowPos = Math.max(0, endOfRowPos - numColumns + 1); in arrowScroll()
1834 if (startOfRowPos > 0) { in arrowScroll()
1850 if (selectedPosition > startOfRowPos && ((direction == FOCUS_LEFT && !isLayoutRtl) || in arrowScroll()