Searched refs:startRow (Results 1 – 3 of 3) sorted by relevance
153 public void adjustValuesBelow(int startRow, int column, int delta) { in adjustValuesBelow() argument154 if (((startRow | column) < 0) || (startRow > size()) || in adjustValuesBelow()156 throw new IndexOutOfBoundsException(startRow + ", " + column); in adjustValuesBelow()159 if (startRow >= mRowGapStart) { in adjustValuesBelow()160 startRow += mRowGapLength; in adjustValuesBelow()163 moveValueGapTo(column, startRow); in adjustValuesBelow()
135 int startRow) in copyInterlaceGroup() argument139 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup()
819 int startRow = mRow - windowSize + 1; in rollUp() local820 if (startRow < 1) { in rollUp()821 startRow = 1; in rollUp()823 for (i = startRow; i < mRow; i++) { in rollUp()