Searched refs:subTextBeforeCursorLength (Results 1 – 1 of 1) sorted by relevance
868 final int subTextBeforeCursorLength = selStart; in trimLongSurroundingText() local872 Math.min(subTextBeforeCursorLength, (int) (0.8 * maxLengthMinusSelection)); in trimLongSurroundingText()875 int newBeforeCursorLength = Math.min(subTextBeforeCursorLength, in trimLongSurroundingText()879 int newBeforeCursorHead = subTextBeforeCursorLength - newBeforeCursorLength; in trimLongSurroundingText()