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