Searched defs:restartInput (Results 1 - 4 of 4) 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.java1120 public void restartInput(View view) { method in class:InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java183 inputMethod.restartInput(ic, info);
267 public void restartInput(IInputContext inputContext, EditorInfo attribute) { method in class:IInputMethodWrapper
H A DInputMethodService.java395 public void restartInput(InputConnection ic, EditorInfo attribute) { method in class:InputMethodService.InputMethodImpl
396 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);

Completed in 2703 milliseconds