Searched defs:onCreateCandidatesView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java84 * <li> {@link #onCreateInputView()}, {@link #onCreateCandidatesView()},
146 * like the soft input view you implement {@link #onCreateCandidatesView()}
1199 * implement {@link #onCreateCandidatesView()} and create your view when
1244 public View onCreateCandidatesView() { method in class:InputMethodService
1305 * setup here. You are guaranteed that {@link #onCreateCandidatesView()}
1434 if (DEBUG) Log.v(TAG, "CALL: onCreateCandidatesView");
1435 View v = onCreateCandidatesView();

Completed in 9 milliseconds