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.java659 final int sourceSelLength = selEnd - selStart; in trimLongSurroundingText() local
661 final int newSelLength = (sourceSelLength > MAX_INITIAL_SELECTION_LENGTH) in trimLongSurroundingText()
662 ? 0 : sourceSelLength; in trimLongSurroundingText()
692 if (newSelLength != sourceSelLength) { in trimLongSurroundingText()
765 final int sourceSelLength = correctedTextSelEnd - correctedTextSelStart; in getInitialSelectedText() local
774 if (initialSelStart < 0 || initialSelEnd < 0 || selLength != sourceSelLength) { in getInitialSelectedText()