Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputMethod.aidl43 void restartInput(in IInputContext inputContext, in EditorInfo attribute); in restartInput() method
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java148 public void restartInput(InputConnection inputConnection, EditorInfo attribute); in restartInput() method
DInputMethodManager.java1113 public void restartInput(View view) { in restartInput() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java267 public void restartInput(IInputContext inputContext, EditorInfo attribute) { in restartInput() method in IInputMethodWrapper
DInputMethodService.java404 public void restartInput(InputConnection ic, EditorInfo attribute) { in restartInput() method in InputMethodService.InputMethodImpl