Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java905 final int sourceSelLength = selEnd - selStart; in trimLongSurroundingText() local
907 final int newSelLength = (sourceSelLength > MAX_INITIAL_SELECTION_LENGTH) in trimLongSurroundingText()
908 ? 0 : sourceSelLength; in trimLongSurroundingText()
938 if (newSelLength != sourceSelLength) { in trimLongSurroundingText()
1011 final int sourceSelLength = correctedTextSelEnd - correctedTextSelStart; in getInitialSelectedText() local
1020 if (initialSelStart < 0 || initialSelEnd < 0 || selLength != sourceSelLength) { in getInitialSelectedText()