Searched refs:endOfRow (Results 1 – 2 of 2) sorted by relevance
81 int endOfRow = Math.min(startOfRow + mNumColumns, children); in onMeasure() local83 for (int i = startOfRow; i < endOfRow; i++) { in onMeasure()89 for (int i = startOfRow; i < endOfRow; i++) { in onMeasure()114 int endOfRow = Math.min(startOfRow + mNumColumns, children); in onLayout() local115 for (int i = startOfRow; i < endOfRow; i++) { in onLayout()
1884 int endOfRow; in sequenceScroll() local1887 endOfRow = Math.min(startOfRow + numColumns - 1, count - 1); in sequenceScroll()1890 endOfRow = count - 1 - (invertedSelection / numColumns) * numColumns; in sequenceScroll()1891 startOfRow = Math.max(0, endOfRow - numColumns + 1); in sequenceScroll()1904 showScroll = selectedPosition == endOfRow; in sequenceScroll()