/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/ |
D | InProcIme.java | 53 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() method 67 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() method in InProcIme 69 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in onUpdateSelection() 72 mOnUpdateSelectionListener.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, in onUpdateSelection()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | StubImeAccessibilityService.java | 56 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() method 85 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() method in StubImeAccessibilityService.InputMethodImpl 87 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in onUpdateSelection() 99 mOnUpdateSelectionCallback.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, in onUpdateSelection()
|
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/ |
D | MockA11yIme.java | 173 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() method in MockA11yIme.InputMethodImpl 175 getTracer().onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection() 177 () -> super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection() 460 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() method in MockA11yIme.Tracer
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockIme.java | 1208 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, 1210 getTracer().onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, 1212 () -> super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, 1613 void onUpdateSelection(int oldSelStart,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 3658 method public void onUpdateSelection(int, int, int, int, int, int); 20800 method public void onUpdateSelection(int, int, int, int, int, int);
|