android.view.inputmethod
Interface InputMethod
- All Known Implementing Classes:
- AbstractInputMethodService.AbstractInputMethodImpl, InputMethodService.InputMethodImpl
public interface InputMethod
SERVICE_INTERFACE
static final String SERVICE_INTERFACE
- See Also:
- Constant Field Values
SERVICE_META_DATA
static final String SERVICE_META_DATA
- See Also:
- Constant Field Values
SHOW_EXPLICIT
static final int SHOW_EXPLICIT
- See Also:
- Constant Field Values
SHOW_FORCED
static final int SHOW_FORCED
- See Also:
- Constant Field Values
attachToken
void attachToken(IBinder token)
bindInput
void bindInput(InputBinding binding)
unbindInput
void unbindInput()
startInput
void startInput(InputConnection inputConnection,
EditorInfo info)
restartInput
void restartInput(InputConnection inputConnection,
EditorInfo attribute)
createSession
void createSession(InputMethod.SessionCallback callback)
setSessionEnabled
void setSessionEnabled(InputMethodSession session,
boolean enabled)
revokeSession
void revokeSession(InputMethodSession session)
showSoftInput
void showSoftInput(int flags,
ResultReceiver resultReceiver)
hideSoftInput
void hideSoftInput(int flags,
ResultReceiver resultReceiver)
changeInputMethodSubtype
void changeInputMethodSubtype(InputMethodSubtype subtype)
Copyright © 2008-2012. All Rights Reserved.