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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1202 public void onStartCandidatesView(EditorInfo info, boolean restarting) { method in class:InputMethodService
1330 if (DEBUG) Log.v(TAG, "CALL: onStartCandidatesView");
1332 onStartCandidatesView(mInputEditorInfo, false);
1449 if (DEBUG) Log.v(TAG, "CALL: onStartCandidatesView");
1451 onStartCandidatesView(mInputEditorInfo, restarting);

Completed in 352 milliseconds