Searched refs:oldSelStart (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() 1168 void onUpdateSelection(int oldSelStart, 1176 arguments.putInt("oldSelStart", oldSelStart);
|