Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DIAccessibilityInputMethodSessionInvoker.java65 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IAccessibilityInputMethodSessionInvoker
68 mSession.updateSelection( in updateSelection()
DInputMethodSessionWrapper.java127 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in InputMethodSessionWrapper
130 mSession.updateSelection( in updateSelection()
DInputMethodSession.java64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
DInputMethodManager.java1002 invoker.updateSelection(mInitialSelStart, mInitialSelEnd, in handleMessage()
1011 invoker.updateSelection(-1, -1, -1, -1, -1, -1); in handleMessage()
2635 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
2640 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
2672 mCurrentInputMethodSession.updateSelection( in updateSelection()
2674 forAccessibilitySessionsLocked(wrapper -> wrapper.updateSelection(oldSelStart, in updateSelection()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in AccessibilityInputMethodSessionWrapper
65 session.updateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in doUpdateSelection()
DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
DInputMethod.java509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection() method in InputMethod.SessionImpl
/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl35 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java107 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage()
182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
DInputMethodService.java1179 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
DEditor.java2044 imm.updateSelection(mTextView, in sendUpdateSelection()
5042 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView
5083 updateSelection(offset); in positionAtCursorOffset()
5837 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView
5946 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView
6766 updateSelection(event); in onTouchEvent()
6784 updateSelection(event); in onTouchEvent()
6800 private void updateSelection(MotionEvent event) { in updateSelection() method in Editor.SelectionHandleView.SelectionModifierCursorController
/frameworks/base/boot/
Dboot-image-profile.txt19077 HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V
19082 HSPLandroid/view/inputmethod/InputMethodSessionWrapper;->updateSelection(IIIIII)V
19587 HSPLandroid/widget/Editor$InsertionHandleView;->updateSelection(I)V
19612 HSPLandroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionE…
22213 HSPLcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V
/frameworks/base/config/
Dboot-image-profile.txt19140 HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V
19145 HSPLandroid/view/inputmethod/InputMethodSessionWrapper;->updateSelection(IIIIII)V
19650 HSPLandroid/widget/Editor$InsertionHandleView;->updateSelection(I)V
19675 HSPLandroid/widget/Editor$SelectionModifierCursorController;->updateSelection(Landroid/view/MotionE…
22276 HSPLcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V
/frameworks/base/boot/hiddenapi/
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
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13536 method public void updateSelection(int, int, int, int, int, int);
35808 method public void updateSelection(android.view.View, int, int, int, int);
35831 method public abstract void updateSelection(int, int, int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt18925 method public void updateSelection(int, int, int, int, int, int);
53142 method public void updateSelection(android.view.View, int, int, int, int);
53165 method public void updateSelection(int, int, int, int, int, int);