Searched refs:newBeforeCursorHead (Results 1 – 1 of 1) sorted by relevance
879 int newBeforeCursorHead = subTextBeforeCursorLength - newBeforeCursorLength; in trimLongSurroundingText() local884 newBeforeCursorHead = newBeforeCursorHead + 1; in trimLongSurroundingText()896 final CharSequence beforeCursor = subText.subSequence(newBeforeCursorHead, in trimLongSurroundingText()897 newBeforeCursorHead + newBeforeCursorLength); in trimLongSurroundingText()904 .subSequence(newBeforeCursorHead, newBeforeCursorHead + newTextLength); in trimLongSurroundingText()909 newBeforeCursorHead = 0; in trimLongSurroundingText()910 final int newSelHead = newBeforeCursorHead + newBeforeCursorLength; in trimLongSurroundingText()