Searched refs:newBeforeCursorHead (Results 1 – 1 of 1) sorted by relevance
922 int newBeforeCursorHead = subTextBeforeCursorLength - newBeforeCursorLength; in trimLongSurroundingText() local927 newBeforeCursorHead = newBeforeCursorHead + 1; in trimLongSurroundingText()939 final CharSequence beforeCursor = subText.subSequence(newBeforeCursorHead, in trimLongSurroundingText()940 newBeforeCursorHead + newBeforeCursorLength); in trimLongSurroundingText()947 .subSequence(newBeforeCursorHead, newBeforeCursorHead + newTextLength); in trimLongSurroundingText()952 newBeforeCursorHead = 0; in trimLongSurroundingText()953 final int newSelHead = newBeforeCursorHead + newBeforeCursorLength; in trimLongSurroundingText()