Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:onStartInputView

89  * <li> {@link #onStartInputView(EditorInfo, boolean)} to deal with input
764 * {@link #onCreateInputView} and {@link #onStartInputView} and related
1303 public void onStartInputView(EditorInfo info, boolean restarting) {
1339 * {@link #onStartInputView} to initiate that operation. This is only
1472 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1474 onStartInputView(mInputEditorInfo, false);
1606 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1608 onStartInputView(mInputEditorInfo, restarting);
2359 * {@link android.inputmethodservice.InputMethodService#onStartInputView(EditorInfo, boolean)}.