Searched defs:cursorPos (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRichInputConnectionAndTextRangeTests.java95 public int cursorPos() { method in class:RichInputConnectionAndTextRangeTests.MockConnection
145 public int cursorPos() { method in class:RichInputConnectionAndTextRangeTests.MockInputMethodService
146 return mMockConnection.cursorPos();
290 private void helpTestGetSuggestionSpansAtWord(final int cursorPos) { argument
303 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
318 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
331 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
343 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
355 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
367 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
[all...]

Completed in 109 milliseconds