Home
last modified time | relevance | path

Searched refs:oldSelStart (Results 1 – 6 of 6) sorted by relevance

/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() argument
85 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() argument
87 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in onUpdateSelection()
91 StubImeAccessibilityService.this.oldSelStart = oldSelStart; in onUpdateSelection()
99 mOnUpdateSelectionCallback.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, in onUpdateSelection()
DAccessibilityImeTest.java216 sStubImeAccessibilityService.setOnUpdateSelectionCallback((oldSelStart, oldSelEnd, in testOnUpdateSelectionForInProcessA11yIme() argument
337 assertEquals(-1, sStubNonImeAccessibilityService.oldSelStart); in testSelectionChange_notRequestIme()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/
DInProcIme.java53 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() argument
67 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() argument
69 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in onUpdateSelection()
72 mOnUpdateSelectionListener.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, in onUpdateSelection()
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java173 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() argument
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() argument
463 arguments.putInt("oldSelStart", oldSelStart); in onUpdateSelection()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInProcessImeTest.java151 inProcIme.setOnUpdateSelectionListener((oldSelStart, oldSelEnd, newSelStart, newSelEnd, in testOnUpdateSelectionForInProcessIme() argument
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1208 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,
1621 arguments.putInt("oldSelStart", oldSelStart);