Searched defs:updateSelection (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/java/com/android/internal/view/ |
| D | IInputMethodSession.aidl | 35 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | InputMethodSession.java | 61 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
| D | InputMethodManager.java | 1398 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | IInputMethodSessionWrapper.java | 157 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
| D | InputMethodService.java | 490 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
| /frameworks/base/core/java/android/widget/ |
| D | Editor.java | 3151 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
|