Home
last modified time | relevance | path

Searched refs:candidatesEnd (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java51 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
54 candidatesEnd); in updateSelection()
57 newSelEnd, candidatesStart, candidatesEnd)); in updateSelection()
62 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in doUpdateSelection() argument
66 candidatesEnd); 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.java27 int candidatesStart, int candidatesEnd); in updateSelection() argument
/frameworks/base/core/java/android/view/inputmethod/
DIAccessibilityInputMethodSessionInvoker.java112 int candidatesStart, int candidatesEnd) { in updateSelection() argument
115 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
118 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
124 int candidatesStart, int candidatesEnd) { in updateSelectionInternal() argument
127 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelectionInternal()
DIInputMethodSessionInvoker.java228 int candidatesStart, int candidatesEnd) { in updateSelection() argument
231 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
234 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
240 int candidatesStart, int candidatesEnd) { in updateSelectionInternal() argument
243 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelectionInternal()
DInputMethodSession.java66 int candidatesStart, int candidatesEnd); in updateSelection() argument
DInputMethodManager.java3738 int candidatesStart, int candidatesEnd) { in updateSelection() argument
3742 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
3759 || mCursorCandEnd != candidatesEnd) { in updateSelection()
3766 selEnd, candidatesStart, candidatesEnd); in updateSelection()
3768 mCursorSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
3772 mCursorCandEnd = candidatesEnd; in updateSelection()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl28 int candidatesStart, int candidatesEnd); in updateSelection() argument
DIInputMethodSession.aidl39 int candidatesStart, int candidatesEnd); in updateSelection() argument
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java183 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
186 candidatesStart, candidatesEnd)); in updateSelection()
DInputMethodService.java1418 int candidatesStart, int candidatesEnd) { in updateSelection() argument
1423 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
3467 int candidatesStart, int candidatesEnd) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...