Searched refs:newAfterCursorLength (Results 1 – 1 of 1) sorted by relevance
916 int newAfterCursorLength = Math.min(subTextAfterCursorLength, in trimLongSurroundingText() local919 maxLengthMinusSelection - newAfterCursorLength); in trimLongSurroundingText()931 selEnd + newAfterCursorLength - 1, TrimPolicy.TAIL)) { in trimLongSurroundingText()932 newAfterCursorLength = newAfterCursorLength - 1; in trimLongSurroundingText()936 final int newTextLength = newBeforeCursorLength + newSelLength + newAfterCursorLength; in trimLongSurroundingText()942 selEnd + newAfterCursorLength); in trimLongSurroundingText()