Searched defs:onStartInput (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java82 * <li> {@link #onStartInput} to deal with an input session starting with
211 * {@link #onFinishInput()} and {@link #onStartInput(EditorInfo, boolean)}.
737 * state: {@link #onStartInput} if input is active, and
1265 * a new editor. This will always be called after {@link #onStartInput},
1303 * This will always be called after {@link #onStartInput},
1511 * may be followed by a series of {@link #onStartInput(EditorInfo, boolean)}
1542 public void onStartInput(EditorInfo attribute, boolean restarting) { method in class:InputMethodService
1573 if (DEBUG) Log.v(TAG, "CALL: onStartInput");
1574 onStartInput(attribute, restarting);
1592 * {@link #onStartInput(EditorInf
[all...]

Completed in 128 milliseconds