Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl35 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java61 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
DInputMethodManager.java1398 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java157 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
DInputMethodService.java490 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
DEditor.java3151 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView
3392 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView
3435 public void updateSelection(int offset) { in updateSelection() method in Editor.SelectionStartHandleView
3478 public void updateSelection(int offset) { in updateSelection() method in Editor.SelectionEndHandleView