Searched refs:rowgapstart (Results 1 – 1 of 1) sorted by relevance
265 final int rowgapstart = mRowGapStart; in growBuffer() local267 int after = mRows - (rowgapstart + mRowGapLength); in growBuffer()270 System.arraycopy(mValues, 0, newvalues, 0, columns * rowgapstart); in growBuffer()277 if (valuegap[i] >= rowgapstart) { in growBuffer()280 if (valuegap[i] < rowgapstart) { in growBuffer()281 valuegap[i] = rowgapstart; in growBuffer()