Searched refs:maxLengthMinusSelection (Results 1 – 1 of 1) sorted by relevance
667 final int maxLengthMinusSelection = MEMORY_EFFICIENT_TEXT_LENGTH - newSelLength; in trimLongSurroundingText() local669 Math.min(subTextBeforeCursorLength, (int) (0.8 * maxLengthMinusSelection)); in trimLongSurroundingText()671 maxLengthMinusSelection - possibleMaxBeforeCursorLength); in trimLongSurroundingText()673 maxLengthMinusSelection - newAfterCursorLength); in trimLongSurroundingText()