Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java670 int newAfterCursorLength = Math.min(subTextAfterCursorLength, in trimLongSurroundingText() local
673 maxLengthMinusSelection - newAfterCursorLength); in trimLongSurroundingText()
685 selEnd + newAfterCursorLength - 1, TrimPolicy.TAIL)) { in trimLongSurroundingText()
686 newAfterCursorLength = newAfterCursorLength - 1; in trimLongSurroundingText()
690 final int newTextLength = newBeforeCursorLength + newSelLength + newAfterCursorLength; in trimLongSurroundingText()
696 selEnd + newAfterCursorLength); in trimLongSurroundingText()