InputMethodService
.
KeyboardView.OnKeyboardActionListener | 虚拟键盘事件的监听器。 |
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 。 |