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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java79 * <li> {@link #onCreateInputView()}, {@link #onCreateCandidatesView()},
119 * instance of it when {@link #onCreateInputView()} is called. At that point,
628 * change, so you can rely on your {@link #onCreateInputView} and
636 * {@link #onCreateInputView} and {@link #onStartInputView} and related
957 View v = onCreateInputView();
1096 * implement {@link #onCreateInputView()} and create your view when
1143 public View onCreateInputView() { method in class:InputMethodService
1151 * setup here. You are guaranteed that {@link #onCreateInputView()} will

Completed in 83 milliseconds