Home | History | Annotate | Download | only in widget

Lines Matching defs:onCreateInputConnection

1965                 // need to wait until the system calls back onCreateInputConnection() to call
2022 * We override {@link View#onCreateInputConnection(EditorInfo)} as a signal to schedule a
2026 public InputConnection onCreateInputConnection(EditorInfo editorInfo) {
2027 final InputConnection ic = super.onCreateInputConnection(editorInfo);
2063 // onCreateInputConnection().