Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:onStartInputView

105  * <li> {@link #onStartInputView(EditorInfo, boolean)} to deal with input
1020 * {@link #onCreateInputView} and {@link #onStartInputView} and related
1651 public void onStartInputView(EditorInfo info, boolean restarting) {
1687 * {@link #onStartInputView} to initiate that operation. This is only
1848 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1850 onStartInputView(mInputEditorInfo, false);
2003 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
2005 onStartInputView(mInputEditorInfo, restarting);
2814 * {@link android.inputmethodservice.InputMethodService#onStartInputView(EditorInfo, boolean)}.