Searched refs:oldSelEnd (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockIme.java | 819 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() argument 821 getTracer().onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection() 823 () -> super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection() 1169 int oldSelEnd, 1177 arguments.putInt("oldSelEnd", oldSelEnd);
|