Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java1842 int startOfRowPos; in arrowScroll() local
1848 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()