Home
last modified time | relevance | path

Searched refs:updateSelection (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityInputMethodSessionWrapper.java50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in AccessibilityInputMethodSessionWrapper
65 session.updateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in doUpdateSelection()
H A DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
H A DInputMethod.java509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection() method in InputMethod.SessionImpl
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIAccessibilityInputMethodSessionInvoker.java111 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IAccessibilityInputMethodSessionInvoker
126 mSession.updateSelection( in updateSelectionInternal()
H A DIInputMethodSessionInvoker.java227 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IInputMethodSessionInvoker
242 mSession.updateSelection( in updateSelectionInternal()
H A DInputMethodSession.java64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
H A DInputMethodManager.java1102 invoker.updateSelection(mInitialSelStart, mInitialSelEnd, in handleMessage()
1111 invoker.updateSelection(-1, -1, -1, -1, -1, -1); in handleMessage()
3216 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
3221 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
3244 mCurBindState.mImeSession.updateSelection(mCursorSelStart, mCursorSelEnd, selStart, in updateSelection()
3246 forAccessibilitySessionsLocked(wrapper -> wrapper.updateSelection(mCursorSelStart, in updateSelection()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIAccessibilityInputMethodSession.aidl27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
H A DIInputMethodSession.aidl37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java107 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage()
182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
H A DInputMethodService.java1291 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java2086 imm.updateSelection(mTextView, in sendUpdateSelection()
5179 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView
5235 updateSelection(offset); in positionAtCursorOffset()
5997 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView
6106 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView
6944 updateSelection(event); in onTouchEvent()
6962 updateSelection(event); in onTouchEvent()
6978 private void updateSelection(MotionEvent event) { in updateSelection() method in Editor.SelectionHandleView.SelectionModifierCursorController
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19332 HSPLandroid/view/inputmethod/IInputMethodSessionInvoker;->updateSelection(IIIIII)V
19473 HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V
19996 HSPLandroid/widget/Editor$InsertionHandleView;->updateSelection(I)V
20021 HSPLandroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionE…
21726 HSPLcom/android/internal/inputmethod/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19396 HSPLandroid/view/inputmethod/IInputMethodSessionInvoker;->updateSelection(IIIIII)V
19537 HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V
20060 HSPLandroid/widget/Editor$InsertionHandleView;->updateSelection(I)V
20085 HSPLandroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionE…
21790 HSPLcom/android/internal/inputmethod/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66912 Landroid/widget/Editor$HandleView;->updateSelection(I)V
66948 Landroid/widget/Editor$InsertionHandleView;->updateSelection(I)V
67052 Landroid/widget/Editor$SelectionHandleView;->updateSelection(I)V
67089 Landroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionEven…
85846 Lcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V
85868 Lcom/android/internal/view/IInputMethodSession;->updateSelection(IIIIII)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt20122 method public void updateSelection(int, int, int, int, int, int);
55783 method public void updateSelection(android.view.View, int, int, int, int);
55806 method public void updateSelection(int, int, int, int, int, int);