Interface | Description |
---|---|
KeyboardView.OnKeyboardActionListener |
Listener for virtual keyboard events.
|
SoftInputWindow.Callback |
Class | Description |
---|---|
AbstractInputMethodService |
AbstractInputMethodService provides a abstract base class for input methods.
|
CompactExtractEditLayout |
A special purpose layout for the editor extract view for tiny (sub 250dp) screens.
|
ExtractEditLayout |
ExtractEditLayout provides an ActionMode presentation for the limited screen real estate in
extract mode.
|
ExtractEditText |
Specialization of
EditText for showing and interacting with the
extracted text in a full-screen input method. |
InputMethodService |
InputMethodService provides a standard implementation of an InputMethod,
which final implementations can derive from and customize.
|
InputMethodService.Insets |
Information about where interesting parts of the input method UI appear.
|
Keyboard |
Loads an XML description of a keyboard and stores the attributes of the keys.
|
Keyboard.Key |
Class for describing the position and characteristics of a single key in the keyboard.
|
Keyboard.Row |
Container for keys in the keyboard.
|
KeyboardView |
A view that renders a virtual
Keyboard . |
SoftInputWindow |
A SoftInputWindow is a Dialog that is intended to be used for a top-level input
method window.
|