| Package | Description |
|---|---|
| android.inputmethodservice | |
| android.view | |
| android.view.inputmethod | |
| android.webkit | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
InputConnection |
InputMethodService.getCurrentInputConnection() |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
BaseInputConnection |
class |
InputConnectionWrapper |
| Modifier and Type | Method and Description |
|---|---|
InputConnection |
InputBinding.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethod.restartInput(InputConnection inputConnection,
EditorInfo attribute) |
void |
InputConnectionWrapper.setTarget(InputConnection target) |
void |
InputMethod.startInput(InputConnection inputConnection,
EditorInfo info) |
| Constructor and Description |
|---|
InputBinding(InputConnection conn,
IBinder connToken,
int uid,
int pid) |
InputBinding(InputConnection conn,
InputBinding binding) |
InputConnectionWrapper(InputConnection target,
boolean mutable) |
| 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.