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();
292 private void helpTestGetSuggestionSpansAtWord(final int cursorPos) { argument
305 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
320 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
333 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
345 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
357 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
369 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
[all...]

Completed in 53 milliseconds