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.java1469 public void updateSelection(View view, int selStart, int selEnd, method in class:InputMethodManager
1482 if (DEBUG) Log.d(TAG, "updateSelection");
1488 // Update internal values before sending updateSelection to the IME, because
1495 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.java492 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DEditor.java211 // - SelectionSpans, for which we need to call updateSelection if an IME is attached
1274 // InputMethodManager#updateSelection skips sending the message if
1276 imm.updateSelection(mTextView,
3344 protected abstract void updateSelection(int offset); method in class:Editor.HandleView
3360 updateSelection(offset);
3628 public void updateSelection(int offset) { method in class:Editor.InsertionHandleView
3676 public void updateSelection(int offset) { method in class:Editor.SelectionStartHandleView
3724 public void updateSelection(int offset) { method in class:Editor.SelectionEndHandleView

Completed in 106 milliseconds