Most visited

Recently visited

Added in API level 3

android.inputmethodservice

Base classes for writing input methods (such as software keyboards). These APIs are not for use by normal applications, they are a framework specifically for writing input method components. Implementations will typically derive from InputMethodService.

Interfaces

KeyboardView.OnKeyboardActionListener 虚拟键盘事件的监听器。

Classes

AbstractInputMethodService AbstractInputMethodService为输入方法提供了一个抽象基类。
AbstractInputMethodService.AbstractInputMethodImpl 派生类的基类实现它们的 InputMethod接口。
AbstractInputMethodService.AbstractInputMethodSessionImpl 派生类实现其接口 InputMethodSession基类。
ExtractEditText EditText专业化,用于以全屏幕输入法显示并与提取的文本进行交互。
InputMethodService InputMethodService提供了一个InputMethod的标准实现,最终的实现可以派生自定义。
InputMethodService.InputMethodImpl AbstractInputMethodService.AbstractInputMethodImpl具体实现提供了输入方法的所有标准行为。
InputMethodService.InputMethodSessionImpl AbstractInputMethodService.AbstractInputMethodSessionImpl具体实现,为输入方法会话提供所有标准行为。
InputMethodService.Insets 有关输入法UI的哪些有趣部分出现的信息。
Keyboard 加载键盘的XML描述并存储键的属性。
Keyboard.Key 用于描述键盘中单个按键的位置和特性的类。
Keyboard.Row 键盘中的键容器。
KeyboardView 呈现虚拟视图 Keyboard

Hooray!