Home
last modified time | relevance | path

Searched refs:endOfPrefix (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java560 final int endOfPrefix = PREFIX.length(); in testPredictionsAfterRecorrection() local
561 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()