Searched refs:endOfPrefix (Results 1 – 1 of 1) sorted by relevance
560 final int endOfPrefix = PREFIX.length(); in testPredictionsAfterRecorrection() local561 final int endOfWord = endOfPrefix + WORD_TO_TYPE.length(); in testPredictionsAfterRecorrection()562 final int endOfSuggestion = endOfPrefix + FIRST_NON_TYPED_SUGGESTION.length(); in testPredictionsAfterRecorrection()563 final int indexForManualCursor = endOfPrefix + 3; // +3 because it's after "Bar" in "Barack" in testPredictionsAfterRecorrection()565 sendUpdateForCursorMoveTo(endOfPrefix); in testPredictionsAfterRecorrection()