Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:onStartInputView

87  * <li> {@link #onStartInputView(EditorInfo, boolean)} to deal with input
745 * {@link #onCreateInputView} and {@link #onStartInputView} and related
1284 public void onStartInputView(EditorInfo info, boolean restarting) {
1320 * {@link #onStartInputView} to initiate that operation. This is only
1453 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1455 onStartInputView(mInputEditorInfo, false);
1587 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1589 onStartInputView(mInputEditorInfo, restarting);