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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java150 public void restartInput(InputConnection inputConnection, EditorInfo attribute); method in interface:InputMethod
154 * {@code {@link #restartInput(InputConnection, EditorInfo)} needs to be dispatched.
167 * corresponds to {@link #restartInput(InputConnection, EditorInfo)}.
176 * @see #restartInput(InputConnection, EditorInfo)
184 restartInput(inputConnection, editorInfo);
H A DInputMethodManager.java1168 public void restartInput(View view) { method in class:InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java427 public void restartInput(InputConnection ic, EditorInfo attribute) { method in class:InputMethodService.InputMethodImpl
428 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);

Completed in 181 milliseconds