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