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

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

Completed in 48 milliseconds