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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java148 public void restartInput(InputConnection inputConnection, EditorInfo attribute); method in interface:InputMethod
H A DInputMethodManager.java1059 public void restartInput(View view) { method in class:InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java182 inputMethod.restartInput(ic, info);
266 public void restartInput(IInputContext inputContext, EditorInfo attribute) { method in class:IInputMethodWrapper
H A DInputMethodService.java394 public void restartInput(InputConnection ic, EditorInfo attribute) { method in class:InputMethodService.InputMethodImpl
395 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java235 restartInput();
250 restartInput();
579 private void restartInput() { method in class:WebViewClassic.WebViewInputConnection
584 imm.restartInput(mWebView);

Completed in 89 milliseconds