| Package | Description |
|---|---|
| android.inputmethodservice | |
| android.view | |
| android.view.inputmethod | |
| android.webkit | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
EditorInfo |
InputMethodService.getCurrentInputEditorInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodService.onExtractingInputChanged(EditorInfo ei) |
void |
InputMethodService.onStartCandidatesView(EditorInfo info,
boolean restarting) |
void |
InputMethodService.onStartInput(EditorInfo attribute,
boolean restarting) |
void |
InputMethodService.onStartInputView(EditorInfo info,
boolean restarting) |
void |
InputMethodService.onUpdateExtractingViews(EditorInfo ei) |
void |
InputMethodService.onUpdateExtractingVisibility(EditorInfo ei) |
void |
InputMethodService.InputMethodImpl.restartInput(InputConnection ic,
EditorInfo attribute) |
void |
InputMethodService.InputMethodImpl.startInput(InputConnection ic,
EditorInfo attribute) |
| Modifier and Type | Method and Description |
|---|---|
InputConnection |
View.onCreateInputConnection(EditorInfo outAttrs) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<EditorInfo> |
EditorInfo.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethod.restartInput(InputConnection inputConnection,
EditorInfo attribute) |
void |
InputMethod.startInput(InputConnection inputConnection,
EditorInfo info) |
| Modifier and Type | Method and Description |
|---|---|
InputConnection |
WebView.onCreateInputConnection(EditorInfo outAttrs) |
| Modifier and Type | Method and Description |
|---|---|
InputConnection |
AbsListView.onCreateInputConnection(EditorInfo outAttrs) |
InputConnection |
TextView.onCreateInputConnection(EditorInfo outAttrs) |
Copyright © 2008-2013. All Rights Reserved.