Searched defs:updateSelection (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java61 public void updateSelection(int oldSelStart, int oldSelEnd, method in interface:InputMethodSession
H A DInputMethodManager.java1494 public void updateSelection(View view, int selStart, int selEnd, method in class:InputMethodManager
1507 if (DEBUG) Log.d(TAG, "updateSelection");
1513 // Update internal values before sending updateSelection to the IME, because
1520 mCurMethod.updateSelection(oldSelStart, oldSelEnd,
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java104 mInputMethodSession.updateSelection(args.argi1, args.argi2,
170 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:IInputMethodSessionWrapper
H A DInputMethodService.java503 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DEditor.java235 // - SelectionSpans, for which we need to call updateSelection if an IME is attached
1466 // InputMethodManager#updateSelection skips sending the message if
1468 imm.updateSelection(mTextView,
3669 protected abstract void updateSelection(int offset); method in class:Editor.HandleView
3686 updateSelection(offset);
4016 public void updateSelection(int offset) { method in class:Editor.InsertionHandleView
4095 public void updateSelection(int offset) { method in class:Editor.SelectionStartHandleView
4335 public void updateSelection(int offset) { method in class:Editor.SelectionEndHandleView

Completed in 91 milliseconds