Searched refs:callSetComposingRegion (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 911 public ImeCommand callSetComposingRegion(int start, int end) { in callSetComposingRegion() method in MockImeSession 939 public ImeCommand callSetComposingRegion(int start, int end, in callSetComposingRegion() method in MockImeSession
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodServiceTest.java | 1256 expectCommand(stream, imeSession.callSetComposingRegion(5, 8), timeout); 1306 expectCommand(stream, imeSession.callSetComposingRegion(1, 6), timeout); 1357 expectCommand(stream, imeSession.callSetComposingRegion(5, 8), timeout);
|
D | InputConnectionEndToEndTest.java | 3458 final ImeCommand command = session.callSetComposingRegion(expectedStart, expectedEnd); 3502 final ImeCommand command = session.callSetComposingRegion(1, 23); 3524 final ImeCommand command = session.callSetComposingRegion(1, 23); 3565 final ImeCommand command = session.callSetComposingRegion( 3615 final ImeCommand command = session.callSetComposingRegion(1, 23,
|