Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java1844 int endOfRowPos; in arrowScroll() local
1850 endOfRowPos = Math.min(startOfRowPos + numColumns - 1, mItemCount - 1); in arrowScroll()
1853 endOfRowPos = mItemCount - 1 - (invertedSelection / numColumns) * numColumns; in arrowScroll()
1854 startOfRowPos = Math.max(0, endOfRowPos - numColumns + 1); in arrowScroll()
1866 if (endOfRowPos < mItemCount - 1) { in arrowScroll()
1880 } else if (selectedPosition < endOfRowPos && ((direction == FOCUS_LEFT && isLayoutRtl) || in arrowScroll()