Home
last modified time | relevance | path

Searched defs:updateSelection (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
DIInputMethodSession.aidl37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
DAccessibilityInputMethodSessionWrapper.java50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in AccessibilityInputMethodSessionWrapper
DInputMethod.java509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection() method in InputMethod.SessionImpl
/frameworks/base/core/java/android/view/inputmethod/
DIAccessibilityInputMethodSessionInvoker.java111 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IAccessibilityInputMethodSessionInvoker
DInputMethodSession.java64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
DIInputMethodSessionInvoker.java227 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IInputMethodSessionInvoker
DInputMethodManager.java3216 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
DInputMethodService.java1291 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
DEditor.java5179 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView
5997 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView
6106 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView
6978 private void updateSelection(MotionEvent event) { in updateSelection() method in Editor.SelectionHandleView.SelectionModifierCursorController