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.aidl35 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, 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.java65 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IAccessibilityInputMethodSessionInvoker
DInputMethodSessionWrapper.java127 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in InputMethodSessionWrapper
DInputMethodSession.java64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
DInputMethodManager.java2635 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
/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.java182 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.java5042 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