Home
last modified time | relevance | path

Searched refs:maxLengthMinusSelection (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java870 final int maxLengthMinusSelection = MEMORY_EFFICIENT_TEXT_LENGTH - newSelLength; in trimLongSurroundingText() local
872 Math.min(subTextBeforeCursorLength, (int) (0.8 * maxLengthMinusSelection)); in trimLongSurroundingText()
874 maxLengthMinusSelection - possibleMaxBeforeCursorLength); in trimLongSurroundingText()
876 maxLengthMinusSelection - newAfterCursorLength); in trimLongSurroundingText()