Home | History | Annotate | Download | only in text

Lines Matching defs:startline

240         int startline = getLineForOffset(where);
241 int startv = getLineTop(startline);
278 mInts.deleteAt(startline, endline - startline);
279 mObjects.deleteAt(startline, endline - startline);
286 if (mIncludePad && startline == 0) {
297 mInts.adjustValuesBelow(startline, START, after - before);
298 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
336 mInts.insertAt(startline + i, ints);
337 mObjects.insertAt(startline + i, objects);