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 92 final int NEW_CURSOR_POSITION = 0;
101 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
103 NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1);
InputLogicTests.java 207 final int NEW_CURSOR_POSITION = 0;
210 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
212 NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1);
222 final int NEW_CURSOR_POSITION = STRING_TO_TYPE.indexOf('t');
225 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
227 NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1)
    [all...]

Completed in 27 milliseconds