Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java661 final int newSelLength = (sourceSelLength > MAX_INITIAL_SELECTION_LENGTH) in trimLongSurroundingText() local
667 final int maxLengthMinusSelection = MEMORY_EFFICIENT_TEXT_LENGTH - newSelLength; in trimLongSurroundingText()
690 final int newTextLength = newBeforeCursorLength + newSelLength + newAfterCursorLength; in trimLongSurroundingText()
692 if (newSelLength != sourceSelLength) { in trimLongSurroundingText()
710 newInitialSurroundingText, newSelHead, newSelHead + newSelLength, in trimLongSurroundingText()