public interface InputMethod
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InputMethod.SessionCallback |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_INTERFACE |
static String |
SERVICE_META_DATA |
static int |
SHOW_EXPLICIT |
static int |
SHOW_FORCED |
| Modifier and Type | Method and Description |
|---|---|
void |
attachToken(IBinder token) |
void |
bindInput(InputBinding binding) |
void |
changeInputMethodSubtype(InputMethodSubtype subtype) |
void |
createSession(InputMethod.SessionCallback callback) |
void |
hideSoftInput(int flags,
ResultReceiver resultReceiver) |
void |
restartInput(InputConnection inputConnection,
EditorInfo attribute) |
void |
revokeSession(InputMethodSession session) |
void |
setSessionEnabled(InputMethodSession session,
boolean enabled) |
void |
showSoftInput(int flags,
ResultReceiver resultReceiver) |
void |
startInput(InputConnection inputConnection,
EditorInfo info) |
void |
unbindInput() |
static final String SERVICE_INTERFACE
static final String SERVICE_META_DATA
static final int SHOW_EXPLICIT
static final int SHOW_FORCED
void attachToken(IBinder token)
void bindInput(InputBinding binding)
void unbindInput()
void startInput(InputConnection inputConnection, EditorInfo info)
void restartInput(InputConnection inputConnection, EditorInfo attribute)
void createSession(InputMethod.SessionCallback callback)
void setSessionEnabled(InputMethodSession session, boolean enabled)
void revokeSession(InputMethodSession session)
void showSoftInput(int flags,
ResultReceiver resultReceiver)
void hideSoftInput(int flags,
ResultReceiver resultReceiver)
void changeInputMethodSubtype(InputMethodSubtype subtype)
Copyright © 2008-2013. All Rights Reserved.