Searched refs:endOfRow (Results 1 – 2 of 2) sorted by relevance
87 int endOfRow = Math.min(startOfRow + mNumColumns, children); in onMeasure() local89 for (int i = startOfRow; i < endOfRow; i++) { in onMeasure()95 for (int i = startOfRow; i < endOfRow; i++) { in onMeasure()120 int endOfRow = Math.min(startOfRow + mNumColumns, children); in onLayout() local121 for (int i = startOfRow; i < endOfRow; i++) { in onLayout()
1910 int endOfRow; in sequenceScroll() local1913 endOfRow = Math.min(startOfRow + numColumns - 1, count - 1); in sequenceScroll()1916 endOfRow = count - 1 - (invertedSelection / numColumns) * numColumns; in sequenceScroll()1917 startOfRow = Math.max(0, endOfRow - numColumns + 1); in sequenceScroll()1930 showScroll = selectedPosition == endOfRow; in sequenceScroll()