Home
last modified time | relevance | path

Searched refs:newSelEnd (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java51 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
53 doUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in updateSelection()
57 newSelEnd, candidatesStart, candidatesEnd)); in updateSelection()
62 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in doUpdateSelection() argument
65 session.updateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in doUpdateSelection()
DInputMethod.java135 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
510 int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
513 newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
DIInputMethodSession.aidl38 int newSelStart, int newSelEnd, in updateSelection() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java65 int newSelStart, int newSelEnd, in updateSelection() argument
DEditorInfo.java1114 int newSelEnd = Math.min(selEnd - offset, length); in getInitialSurroundingText() local
1115 return new SurroundingText(newText, before, newSelEnd, in getInitialSurroundingText()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java183 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
185 oldSelStart, oldSelEnd, newSelStart, newSelEnd, in updateSelection()
DInputMethodService.java1417 int newSelStart, int newSelEnd, in updateSelection() argument
1423 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
3466 int newSelStart, int newSelEnd,
3473 newSelEnd -= off;
3477 if (newSelEnd < 0) newSelEnd = 0;
3478 else if (newSelEnd > len) newSelEnd = len;
3479 eet.setSelection(newSelStart, newSelEnd);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...