Searched refs:lineEnd (Results 1 – 2 of 2) sorted by relevance
105 int lineEnd = offset; in write() local108 while (lineEnd < bufferEnd) { in write()109 char ch = buf[lineEnd++]; in write()113 super.write(buf, lineStart, lineEnd - lineStart); in write()114 lineStart = lineEnd; in write()125 currentLength = lineEnd - lineStart; in write()129 super.write(buf, lineStart, lineEnd - lineStart); in write()132 lineStart = lineEnd; in write()138 if (lineStart != lineEnd) { in write()140 super.write(buf, lineStart, lineEnd - lineStart); in write()
171 final int lineEnd = layout.getLineEnd(line); in extractFromTextViewInternal() local173 final int offsetEnd = Math.min(lineEnd, composingTextEnd); in extractFromTextViewInternal()