Searched refs:startRow (Results 1 – 4 of 4) sorted by relevance
149 public void adjustValuesBelow(int startRow, int column, int delta) { in adjustValuesBelow() argument150 if (((startRow | column) < 0) || (startRow > size()) || in adjustValuesBelow()152 throw new IndexOutOfBoundsException(startRow + ", " + column); in adjustValuesBelow()155 if (startRow >= mRowGapStart) { in adjustValuesBelow()156 startRow += mRowGapLength; in adjustValuesBelow()159 moveValueGapTo(column, startRow); in adjustValuesBelow()
160 int startRow = row; in stripDownTo() local161 while (startRow > 0 && startIndex > firstIndex) { in stripDownTo()163 startRow = getLocation(startIndex).row; in stripDownTo()
161 public final void setStart(int startIndex, int startRow) { in setStart() argument163 mStartRow = startRow; in setStart()
638 int startRow = mRow - windowSize + 1; in rollUp() local639 if (startRow < 1) { in rollUp()640 startRow = 1; in rollUp()642 for (i = startRow; i < mRow; i++) { in rollUp()