Searched refs:updateSelection (Results 1 - 7 of 7) 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.java1377 public void updateSelection(View view, int selStart, int selEnd, method in class:InputMethodManager
1390 if (DEBUG) Log.d(TAG, "updateSelection");
1394 mCurMethod.updateSelection(mCursorSelStart, mCursorSelEnd,
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl36 void updateSelection(int oldSelStart, int oldSelEnd,
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java124 mInputMethodSession.updateSelection(args.argi1, args.argi2,
186 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:IInputMethodSessionWrapper
H A DInputMethodService.java484 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DEditor.java1232 imm.updateSelection(mTextView,
3069 protected abstract void updateSelection(int offset); method in class:Editor.HandleView
3085 updateSelection(offset);
3310 public void updateSelection(int offset) { method in class:Editor.InsertionHandleView
3353 public void updateSelection(int offset) { method in class:Editor.SelectionStartHandleView
3396 public void updateSelection(int offset) { method in class:Editor.SelectionEndHandleView
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java276 updateSelection();
448 updateSelection();
455 updateSelection();
462 private void updateSelection() { method in class:WebViewClassic.WebViewInputConnection
470 imm.updateSelection(mWebView, selectionStart, selectionEnd,

Completed in 134 milliseconds