HomeSort by relevance Sort by last modified time
    Searched refs:NEW_CURSOR_POSITION (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BlueUnderlineTests.java 95 final int NEW_CURSOR_POSITION = 0;
104 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
106 NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1);
InputLogicTests.java 336 final int NEW_CURSOR_POSITION = 0;
339 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
340 sendUpdateForCursorMoveTo(NEW_CURSOR_POSITION);
350 final int NEW_CURSOR_POSITION = STRING_TO_TYPE.indexOf('t');
353 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
354 sendUpdateForCursorMoveTo(NEW_CURSOR_POSITION);
674 final int NEW_CURSOR_POSITION = startPos + word.length() / 2;
682 sendUpdateForCursorMoveTo(NEW_CURSOR_POSITION);
    [all...]

Completed in 237 milliseconds