Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A 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()
H A 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()
H A DAccessibilityInputMethodSession.java27 int candidatesStart, int candidatesEnd); in updateSelection() argument
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A 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()
H A 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()
H A DInputMethodSession.java66 int candidatesStart, int candidatesEnd); in updateSelection() argument
H A DInputMethodManager.java3217 int candidatesStart, int candidatesEnd) { in updateSelection() argument
3221 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
3237 || mCursorCandStart != candidatesStart in updateSelection()
3245 selEnd, candidatesStart, candidatesEnd); in updateSelection()
3247 mCursorSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
3250 mCursorCandStart = candidatesStart; in updateSelection()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIAccessibilityInputMethodSession.aidl28 int candidatesStart, int candidatesEnd); in updateSelection() argument
H A DIInputMethodSession.aidl39 int candidatesStart, int candidatesEnd); in updateSelection() argument
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java183 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
186 candidatesStart, candidatesEnd)); in updateSelection()
H A DInputMethodService.java1293 int candidatesStart, int candidatesEnd) { in updateSelection() argument
1298 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
3200 int candidatesStart, int candidatesEnd) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...