Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java214 public void restartInput(InputConnection inputConnection, EditorInfo attribute); in restartInput() method
DInputMethodManager.java1841 public void restartInput(View view) { in restartInput() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java706 public void restartInput(InputConnection ic, EditorInfo attribute) { in restartInput() method in InputMethodService.InputMethodImpl