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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java81 * <li> {@link #onStartInputView(EditorInfo, boolean)} to deal with input
636 * {@link #onCreateInputView} and {@link #onStartInputView} and related
1158 public void onStartInputView(EditorInfo info, boolean restarting) { method in class:InputMethodService
1193 * {@link #onStartInputView} to initiate that operation. This is only
1325 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1327 onStartInputView(mInputEditorInfo, false);
1444 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1446 onStartInputView(mInputEditorInfo, restarting);

Completed in 7 milliseconds