Home
last modified time | relevance | path

Searched defs:newSelEnd (Results 1 – 7 of 7) 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.java56 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
86 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection()
DAccessibilityImeTest.java217 newSelStart, newSelEnd, candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessA11yIme() argument
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInProcessImeTest.java151 inProcIme.setOnUpdateSelectionListener((oldSelStart, oldSelEnd, newSelStart, newSelEnd, in testOnUpdateSelectionForInProcessIme() argument
DAccessibilityInputMethodTest.java481 final int newSelEnd = 3; in testInvalidateInputMain() local
DInputMethodStartInputLifecycleTest.java557 final int newSelEnd = 3; in testInvalidateInputMain() local
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java174 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection()
460 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()