Home | History | Annotate | Download | only in text

Lines Matching refs:startline

260         int startline = getLineForOffset(where);
261 int startv = getLineTop(startline);
298 mInts.deleteAt(startline, endline - startline);
299 mObjects.deleteAt(startline, endline - startline);
306 if (mIncludePad && startline == 0) {
317 mInts.adjustValuesBelow(startline, START, after - before);
318 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
355 mInts.insertAt(startline + i, ints);
356 mObjects.insertAt(startline + i, objects);
359 updateBlocks(startline, endline - 1, n);
435 * @param startLine the first line of the range of modified lines
436 * @param endLine the last line of the range, possibly equal to startLine, lower
442 void updateBlocks(int startLine, int endLine, int newLineCount) {
451 if (mBlockEndLines[i] >= startLine) {
464 boolean createBlockBefore = startLine > (firstBlock == 0 ? 0 :
506 final int deltaLines = newLineCount - (endLine - startLine + 1);
521 mBlockEndLines[blockIndex] = startLine - 1;
527 mBlockEndLines[blockIndex] = startLine + newLineCount - 1;