Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java210 public void restartInput(InputConnection inputConnection, EditorInfo attribute); in restartInput() method
DInputMethodManager.java2147 public void restartInput(View view) { in restartInput() method in InputMethodManager
/frameworks/base/core/java/android/accessibilityservice/
DInputMethod.java157 final void restartInput(@Nullable RemoteAccessibilityInputConnection ic, in restartInput() method in InputMethod
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java794 public void restartInput(InputConnection ic, EditorInfo attribute) { in restartInput() method in InputMethodService.InputMethodImpl