/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 | 1494 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/ |
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 | 503 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1469 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/ |
D | current.txt | 14273 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);
|
D | system-current.txt | 15221 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);
|