| Package | Description |
|---|---|
| android.inputmethodservice | |
| android.os | |
| android.view.inputmethod |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodService.InputMethodImpl.hideSoftInput(int flags,
ResultReceiver resultReceiver) |
void |
InputMethodService.InputMethodImpl.showSoftInput(int flags,
ResultReceiver resultReceiver) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ResultReceiver> |
ResultReceiver.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethod.hideSoftInput(int flags,
ResultReceiver resultReceiver) |
boolean |
InputMethodManager.hideSoftInputFromWindow(IBinder windowToken,
int flags,
ResultReceiver resultReceiver) |
void |
InputMethod.showSoftInput(int flags,
ResultReceiver resultReceiver) |
boolean |
InputMethodManager.showSoftInput(View view,
int flags,
ResultReceiver resultReceiver) |
Copyright © 2008-2013. All Rights Reserved.