Home | History | Annotate | Download | only in text

Lines Matching defs:endline

268         int endline = getLineForOffset(where + before);
270 endline = getLineCount();
271 int endv = getLineTop(endline);
272 boolean islast = (endline == getLineCount());
311 mInts.deleteAt(startline, endline - startline);
312 mObjects.deleteAt(startline, endline - startline);
374 updateBlocks(startline, endline - 1, n);
446 * @param endLine the last line of the range, possibly equal to startLine, lower
452 void updateBlocks(int startLine, int endLine, int newLineCount) {
467 if (mBlockEndLines[i] >= endLine) {
477 boolean createBlockAfter = endLine < mBlockEndLines[lastBlock];
516 final int deltaLines = newLineCount - (endLine - startLine + 1);