Searched refs:NEW_CURSOR_POSITION (Results 1 – 2 of 2) sorted by relevance
96 final int NEW_CURSOR_POSITION = 0; in testBlueUnderlineDisappearsWhenCursorMoved() local105 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBlueUnderlineDisappearsWhenCursorMoved()107 NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1); in testBlueUnderlineDisappearsWhenCursorMoved()
337 final int NEW_CURSOR_POSITION = 0; in testBackspaceAtStartAfterAutocorrect() local340 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() local354 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() local683 sendUpdateForCursorMoveTo(NEW_CURSOR_POSITION); in typeOrGestureWordAndPutCursorInside()