Searched refs:onStartInput (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java77 * <li> {@link #onStartInput} to deal with an input session starting with
206 * {@link #onFinishInput()} and {@link #onStartInput(EditorInfo, boolean)}.
635 * state: {@link #onStartInput} if input is active, and
1149 * a new editor. This will always be called after {@link #onStartInput},
1186 * This will always be called after {@link #onStartInput},
1381 * may be followed by a series of {@link #onStartInput(EditorInfo, boolean)}
1410 public void onStartInput(EditorInfo attribute, boolean restarting) { method in class:InputMethodService
1440 if (DEBUG) Log.v(TAG, "CALL: onStartInput");
1441 onStartInput(attribute, restarting);
1459 * {@link #onStartInput(EditorInf
[all...]

Completed in 52 milliseconds