Home | History | Annotate | Download | only in widget

Lines Matching refs:lineEnd

4362                 int lineEnd;
4365 lineEnd = lineStart;
4367 lineEnd = mLayout.getLineForOffset(end);
4369 int bottom = mLayout.getLineBottom(lineEnd);
4384 if (lineStart == lineEnd && !invalidateCursor) {
4925 int lineEnd = mLayout.getLineForOffset(selEnd);
4927 r.bottom = mLayout.getLineBottom(lineEnd);
4928 if (lineStart == lineEnd) {