/aosp14/frameworks/base/core/java/android/accessibilityservice/ |
H A D | AccessibilityInputMethodSessionWrapper.java | 50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in AccessibilityInputMethodSessionWrapper 65 session.updateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in doUpdateSelection()
|
H A D | AccessibilityInputMethodSession.java | 26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
|
H A D | InputMethod.java | 509 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 D | IAccessibilityInputMethodSessionInvoker.java | 111 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IAccessibilityInputMethodSessionInvoker 126 mSession.updateSelection( in updateSelectionInternal()
|
H A D | IInputMethodSessionInvoker.java | 227 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IInputMethodSessionInvoker 242 mSession.updateSelection( in updateSelectionInternal()
|
H A D | InputMethodSession.java | 64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
H A D | InputMethodManager.java | 1102 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 D | IAccessibilityInputMethodSession.aidl | 27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
|
H A D | IInputMethodSession.aidl | 37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodSessionWrapper.java | 107 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage() 182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
H A D | InputMethodService.java | 1291 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 2086 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 D | boot-image-profile.txt | 19332 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19396 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 D | hiddenapi-max-target-o.txt | 66912 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 D | current.txt | 20122 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);
|