Home | History | Annotate | Download | only in keyboard

Lines Matching refs:keyboard

17 package com.android.inputmethod.keyboard;
22 import com.android.inputmethod.keyboard.internal.KeyVisualAttributes;
23 import com.android.inputmethod.keyboard.internal.KeyboardIconsSet;
24 import com.android.inputmethod.keyboard.internal.KeyboardParams;
30 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard
32 * <p>The layout file for a keyboard contains XML that looks like the following snippet:</p>
34 * &lt;Keyboard
44 * &lt;/Keyboard&gt;
47 public class Keyboard {
48 private static final String TAG = Keyboard.class.getSimpleName();
91 /** Total height of the keyboard, including the padding and keys */
93 /** Total width of the keyboard, including the padding and keys */
96 /** The padding above the keyboard */
101 /** Per keyboard key visual parameters */
107 /** More keys keyboard template */
110 /** Maximum column for more keys keyboard */
113 /** Array of keys and icons in this keyboard */
124 public Keyboard(final KeyboardParams params) {
153 // Note: The native code has the main keyboard layout only at this moment.
217 // Avoid dead pixels at edges of the keyboard