Searched defs:oldSelStart (Results 1 – 5 of 5) sorted by relevance
/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() 67 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | StubImeAccessibilityService.java | 37 public int oldSelStart = -1; field in StubImeAccessibilityService 56 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() 85 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
|
D | AccessibilityImeTest.java | 216 sStubImeAccessibilityService.setOnUpdateSelectionCallback((oldSelStart, oldSelEnd, in testOnUpdateSelectionForInProcessA11yIme() argument
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InProcessImeTest.java | 151 inProcIme.setOnUpdateSelectionListener((oldSelStart, oldSelEnd, newSelStart, newSelEnd, in testOnUpdateSelectionForInProcessIme() argument
|
/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() 460 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
|