public class InputMethodService.InputMethodImpl extends AbstractInputMethodService.AbstractInputMethodImpl
InputMethod.SessionCallbackSERVICE_INTERFACE, SERVICE_META_DATA, SHOW_EXPLICIT, SHOW_FORCED| Constructor and Description |
|---|
InputMethodService.InputMethodImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachToken(IBinder token) |
void |
bindInput(InputBinding binding) |
void |
changeInputMethodSubtype(InputMethodSubtype subtype) |
void |
hideSoftInput(int flags,
ResultReceiver resultReceiver) |
void |
restartInput(InputConnection ic,
EditorInfo attribute) |
void |
showSoftInput(int flags,
ResultReceiver resultReceiver) |
void |
startInput(InputConnection ic,
EditorInfo attribute) |
void |
unbindInput() |
createSession, revokeSession, setSessionEnabledpublic void attachToken(IBinder token)
public void bindInput(InputBinding binding)
public void unbindInput()
public void startInput(InputConnection ic, EditorInfo attribute)
public void restartInput(InputConnection ic, EditorInfo attribute)
public void hideSoftInput(int flags,
ResultReceiver resultReceiver)
public void showSoftInput(int flags,
ResultReceiver resultReceiver)
public void changeInputMethodSubtype(InputMethodSubtype subtype)
Copyright © 2008-2013. All Rights Reserved.