Searched refs:subTextBeforeCursorLength (Results 1 – 1 of 1) sorted by relevance
933 final int subTextBeforeCursorLength = selStart; in trimLongSurroundingText() local937 Math.min(subTextBeforeCursorLength, (int) (0.8 * maxLengthMinusSelection)); in trimLongSurroundingText()940 int newBeforeCursorLength = Math.min(subTextBeforeCursorLength, in trimLongSurroundingText()944 int newBeforeCursorHead = subTextBeforeCursorLength - newBeforeCursorLength; in trimLongSurroundingText()