Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java563 final int indexForManualCursor = endOfPrefix + 3; // +3 because it's after "Bar" in "Barack" in testPredictionsAfterRecorrection() local
575 mInputConnection.setSelection(indexForManualCursor, indexForManualCursor); in testPredictionsAfterRecorrection()
576 sendUpdateForCursorMoveTo(indexForManualCursor); in testPredictionsAfterRecorrection()