Home
last modified time | relevance | path

Searched defs:oldSelStart (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/
DInProcIme.java53 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/
DStubImeAccessibilityService.java37 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()
DAccessibilityImeTest.java216 sStubImeAccessibilityService.setOnUpdateSelectionCallback((oldSelStart, oldSelEnd, in testOnUpdateSelectionForInProcessA11yIme() argument
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInProcessImeTest.java151 inProcIme.setOnUpdateSelectionListener((oldSelStart, oldSelEnd, newSelStart, newSelEnd, in testOnUpdateSelectionForInProcessIme() argument
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java173 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
460 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()