/frameworks/base/core/java/android/view/inputmethod/ |
D | IAccessibilityInputMethodSessionInvoker.java | 65 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IAccessibilityInputMethodSessionInvoker 68 mSession.updateSelection( in updateSelection()
|
D | InputMethodSessionWrapper.java | 127 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in InputMethodSessionWrapper 130 mSession.updateSelection( in updateSelection()
|
D | InputMethodSession.java | 64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
D | InputMethodManager.java | 1002 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/ |
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()
|
D | AccessibilityInputMethodSession.java | 26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
|
D | InputMethod.java | 509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection() method in InputMethod.SessionImpl
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IAccessibilityInputMethodSession.aidl | 35 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
/frameworks/base/core/java/android/inputmethodservice/ |
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
|
D | InputMethodService.java | 1179 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 2044 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/ |
D | boot-image-profile.txt | 19077 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/ |
D | boot-image-profile.txt | 19140 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/ |
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
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13536 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/ |
D | current.txt | 18925 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);
|