Searched defs:onCreateInputView (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java97 * <li> {@link #onCreateInputView()}, {@link #onCreateCandidatesView()},
137 * instance of it when {@link #onCreateInputView()} is called. At that point,
879 * change, so you can rely on your {@link #onCreateInputView} and
887 * {@link #onCreateInputView} and {@link #onStartInputView} and related
1228 View v = onCreateInputView();
1378 * implement {@link #onCreateInputView()} and create your view when
1425 public View onCreateInputView() { method in class:InputMethodService
1433 * setup here. You are guaranteed that {@link #onCreateInputView()} will

Completed in 33 milliseconds