Home
last modified time | relevance | path

Searched refs:updateSelection (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl36 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.java1469 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/
DIInputMethodSessionWrapper.java104 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage()
170 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
DInputMethodService.java492 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
DEditor.java1276 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/
Dsystem-current.txt14258 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);
Dcurrent.txt13538 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);