Searched defs:Keyboard (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java44 * <Keyboard
54 * </Keyboard>
61 public class Keyboard { class
63 static final String TAG = "Keyboard";
65 // Keyboard XML Tags
66 private static final String TAG_KEYBOARD = "Keyboard";
82 /** Keyboard label **/
133 /** Keyboard mode, or zero, if none. */
152 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
175 * {@link Keyboard#EDGE_TO
521 public Keyboard(Context context, int xmlLayoutResId) { method in class:Keyboard
534 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId, int width, method in class:Keyboard
556 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId) { method in class:Keyboard
586 public Keyboard(Context context, int layoutTemplateResId, method in class:Keyboard
[all...]

Completed in 91 milliseconds