Home | History | Annotate | Download | only in text

Lines Matching defs:getLineForOffset

363                     int startLine = getLineForOffset(sp.getSpanStart(spans[n]));
485 int startLine = getLineForOffset(sp.getSpanStart(spans[n]));
930 int line = getLineForOffset(offset);
960 int line = getLineForOffset(offset);
989 int line = getLineForOffset(offset);
1034 int line = getLineForOffset(offset);
1160 int line = getLineForOffset(offset);
1430 public int getLineForOffset(int offset) {
1686 int line = getLineForOffset(caret);
1795 int line = getLineForOffset(point);
1940 final int startline = getLineForOffset(start);
1941 final int endline = getLineForOffset(end);
2061 int spanLine = getLineForOffset(spStart);
2354 int line1 = mLayout.getLineForOffset(start);
2355 int line2 = mLayout.getLineForOffset(end);