/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/android/accessibilityservice/ |
D | AccessibilityInputMethodSession.java | 26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
|
D | AccessibilityInputMethodSessionWrapper.java | 50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in AccessibilityInputMethodSessionWrapper
|
D | InputMethod.java | 509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection() method in InputMethod.SessionImpl
|
/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
|
D | InputMethodSessionWrapper.java | 127 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in InputMethodSessionWrapper
|
D | InputMethodSession.java | 64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
D | InputMethodManager.java | 2635 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
|
/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 | 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 | 5042 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView 5837 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView 5946 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView 6800 private void updateSelection(MotionEvent event) { in updateSelection() method in Editor.SelectionHandleView.SelectionModifierCursorController
|