Searched refs:updateSelection (Results 1 – 8 of 8) 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 | 1469 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager 1495 mCurMethod.updateSelection(oldSelStart, oldSelEnd, in updateSelection()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 104 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage() 170 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
D | InputMethodService.java | 492 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1276 imm.updateSelection(mTextView, in sendUpdateSelection() 3344 protected abstract void updateSelection(int offset); 3360 updateSelection(offset); 3628 public void updateSelection(int offset) { 3676 public void updateSelection(int offset) { 3724 public void updateSelection(int offset) {
|
/frameworks/base/api/ |
D | system-current.txt | 14258 method public void updateSelection(int, int, int, int, int, int); 38044 method public void updateSelection(android.view.View, int, int, int, int); 38067 method public abstract void updateSelection(int, int, int, int, int, int);
|
D | current.txt | 13538 method public void updateSelection(int, int, int, int, int, int); 35810 method public void updateSelection(android.view.View, int, int, int, int); 35833 method public abstract void updateSelection(int, int, int, int, int, int);
|