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.java1167 public void updateSelection(View view, int selStart, int selEnd, method in class:InputMethodManager
1180 if (DEBUG) Log.d(TAG, "updateSelection");
1184 mCurMethod.updateSelection(mCursorSelStart, mCursorSelEnd,
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java94 mInputMethodSession.updateSelection(args.argi1, args.argi2,
142 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:IInputMethodSessionWrapper
H A DInputMethodService.java440 public void updateSelection(int oldSelStart, int oldSelEnd, method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/webkit/
H A DWebView.java4857 private void updateSelection() { method in class:WebView
5274 updateSelection();

Completed in 86 milliseconds