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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java43 * <Keyboard
53 * </Keyboard>
60 public class Keyboard { class
62 static final String TAG = "Keyboard";
64 // Keyboard XML Tags
65 private static final String TAG_KEYBOARD = "Keyboard";
81 /** Keyboard label **/
132 /** Keyboard mode, or zero, if none. */
151 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
174 * {@link Keyboard#EDGE_TO
509 public Keyboard(Context context, int xmlLayoutResId) { method in class:Keyboard
522 public Keyboard(Context context, int xmlLayoutResId, int modeId, int width, int height) { method in class:Keyboard
543 public Keyboard(Context context, int xmlLayoutResId, int modeId) { method in class:Keyboard
573 public Keyboard(Context context, int layoutTemplateResId, method in class:Keyboard
[all...]

Completed in 29 milliseconds