java.lang.Object | ||
↳ | android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl | |
↳ | android.inputmethodservice.InputMethodService.InputMethodImpl |
Concrete implementation of
AbstractInputMethodService.AbstractInputMethodImpl
that provides
all of the standard behavior for an input method.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.view.inputmethod.InputMethod
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Take care of attaching the given window token provided by the system.
| |||||||||||
Handle a new input binding, calling
InputMethodService.onBindInput()
when done. | |||||||||||
Handle a request by the system to hide the soft input area.
| |||||||||||
Handle a request by the system to show the soft input area.
| |||||||||||
Clear the current input binding.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.view.inputmethod.InputMethod
|
Take care of attaching the given window token provided by the system.
Handle a new input binding, calling
InputMethodService.onBindInput()
when done.
Handle a request by the system to hide the soft input area.
Handle a request by the system to show the soft input area.