Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
AbstractInputMethodService |
AbstractInputMethodService provides a abstract base class for input methods.
|
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.
|
Keyboard |
Loads an XML description of a keyboard and stores the attributes of the keys.
|
KeyboardView |
A view that renders a virtual Keyboard .
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# android.inputmethodservice\n==========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/inputmethodservice/package-summary \"View this page in Java\")\n\nInterfaces\n----------\n\n|----------------------------------------------------------------------------------------------------------------|---------------------------------------|\n| [OnKeyboardActionListener](/reference/kotlin/android/inputmethodservice/KeyboardView.OnKeyboardActionListener) | Listener for virtual keyboard events. |\n\nClasses\n-------\n\n|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| [AbstractInputMethodService](/reference/kotlin/android/inputmethodservice/AbstractInputMethodService) | AbstractInputMethodService provides a abstract base class for input methods. |\n| [ExtractEditText](/reference/kotlin/android/inputmethodservice/ExtractEditText) | \\* Specialization of [EditText](../widget/EditText.html#) for showing and interacting with the extracted text in a full-screen input method. |\n| [InputMethodService](/reference/kotlin/android/inputmethodservice/InputMethodService) | InputMethodService provides a standard implementation of an InputMethod, which final implementations can derive from and customize. |\n| [Keyboard](/reference/kotlin/android/inputmethodservice/Keyboard) | Loads an XML description of a keyboard and stores the attributes of the keys. |\n| [KeyboardView](/reference/kotlin/android/inputmethodservice/KeyboardView) | A view that renders a virtual [Keyboard](/reference/kotlin/android/inputmethodservice/Keyboard). |"]]