Home
last modified time | relevance | path

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

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