Searched defs:updateSelection (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 36 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 | 1167 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 163 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
D | InputMethodService.java | 440 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 6249 private void updateSelection() { in updateSelection() method
|