Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java869 final int subTextAfterCursorLength = subText.length() - selEnd; in trimLongSurroundingText() local
873 int newAfterCursorLength = Math.min(subTextAfterCursorLength, in trimLongSurroundingText()