Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java862 final int sourceSelLength = selEnd - selStart; in trimLongSurroundingText() local
864 final int newSelLength = (sourceSelLength > MAX_INITIAL_SELECTION_LENGTH) in trimLongSurroundingText()
865 ? 0 : sourceSelLength; in trimLongSurroundingText()
895 if (newSelLength != sourceSelLength) { in trimLongSurroundingText()
968 final int sourceSelLength = correctedTextSelEnd - correctedTextSelStart; in getInitialSelectedText() local
977 if (initialSelStart < 0 || initialSelEnd < 0 || selLength != sourceSelLength) { in getInitialSelectedText()