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