Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java665 final int subTextBeforeCursorLength = selStart; in trimLongSurroundingText() local
669 Math.min(subTextBeforeCursorLength, (int) (0.8 * maxLengthMinusSelection)); in trimLongSurroundingText()
672 int newBeforeCursorLength = Math.min(subTextBeforeCursorLength, in trimLongSurroundingText()
676 int newBeforeCursorHead = subTextBeforeCursorLength - newBeforeCursorLength; in trimLongSurroundingText()