Searched refs:sourceSelLength (Results 1 – 1 of 1) sorted by relevance
862 final int sourceSelLength = selEnd - selStart; in trimLongSurroundingText() local864 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() local977 if (initialSelStart < 0 || initialSelEnd < 0 || selLength != sourceSelLength) { in getInitialSelectedText()