Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBlueUnderlineTests.java96 final int NEW_CURSOR_POSITION = 0; in testBlueUnderlineDisappearsWhenCursorMoved() local
105 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBlueUnderlineDisappearsWhenCursorMoved()
107 NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1); in testBlueUnderlineDisappearsWhenCursorMoved()
DInputLogicTests.java337 final int NEW_CURSOR_POSITION = 0; in testBackspaceAtStartAfterAutocorrect() local
340 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBackspaceAtStartAfterAutocorrect()
341 sendUpdateForCursorMoveTo(NEW_CURSOR_POSITION); in testBackspaceAtStartAfterAutocorrect()
351 final int NEW_CURSOR_POSITION = STRING_TO_TYPE.indexOf('t'); in testAutoCorrectThenMoveCursorThenBackspace() local
354 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testAutoCorrectThenMoveCursorThenBackspace()
355 sendUpdateForCursorMoveTo(NEW_CURSOR_POSITION); in testAutoCorrectThenMoveCursorThenBackspace()
675 final int NEW_CURSOR_POSITION = startPos + word.length() / 2; in typeOrGestureWordAndPutCursorInside() local
683 sendUpdateForCursorMoveTo(NEW_CURSOR_POSITION); in typeOrGestureWordAndPutCursorInside()