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.java1494 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
1520 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.java503 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
DEditor.java1469 imm.updateSelection(mTextView, in sendUpdateSelection()
3670 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView
3687 updateSelection(offset); in positionAtCursorOffset()
4017 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView
4096 public void updateSelection(int offset) { in updateSelection() method in Editor.SelectionStartHandleView
4332 public void updateSelection(int offset) {
/frameworks/base/api/
Dcurrent.txt14273 method public void updateSelection(int, int, int, int, int, int);
38488 method public void updateSelection(android.view.View, int, int, int, int);
38511 method public abstract void updateSelection(int, int, int, int, int, int);
Dsystem-current.txt15221 method public void updateSelection(int, int, int, int, int, int);
40783 method public void updateSelection(android.view.View, int, int, int, int);
40806 method public abstract void updateSelection(int, int, int, int, int, int);