Searched refs:endOfRow (Results 1 – 2 of 2) sorted by relevance
77 int endOfRow = Math.min(startOfRow + mNumColumns, children); in onMeasure() local79 for (int i = startOfRow; i < endOfRow; i++) { in onMeasure()85 for (int i = startOfRow; i < endOfRow; i++) { in onMeasure()110 int endOfRow = Math.min(startOfRow + mNumColumns, children); in onLayout() local111 for (int i = startOfRow; i < endOfRow; i++) { in onLayout()
1909 int endOfRow; in sequenceScroll() local1912 endOfRow = Math.min(startOfRow + numColumns - 1, count - 1); in sequenceScroll()1915 endOfRow = count - 1 - (invertedSelection / numColumns) * numColumns; in sequenceScroll()1916 startOfRow = Math.max(0, endOfRow - numColumns + 1); in sequenceScroll()1929 showScroll = selectedPosition == endOfRow; in sequenceScroll()