Home | History | Annotate | Download | only in text

Lines Matching refs:lastLine

200         int lastLine = TextUtils.unpackRangeEndFromLong(lineRange);
201 if (lastLine < 0) return;
204 firstLine, lastLine);
205 drawText(canvas, firstLine, lastLine);
211 public void drawText(Canvas canvas, int firstLine, int lastLine) {
227 for (int i = firstLine; i <= lastLine; i++) {
359 int cursorOffsetVertical, int firstLine, int lastLine) {
381 for (int i = firstLine; i <= lastLine; i++) {