Searched refs:linestart (Results 1 – 1 of 1) sorted by relevance
1937 int linestart = getLineStart(line); in addSelection() local1941 if (lineend > linestart && mText.charAt(lineend - 1) == '\n') { in addSelection()1946 int here = linestart + dirs.mDirections[i]; in addSelection()