android.view
Class KeyCharacterMap.KeyData
java.lang.Object
android.view.KeyCharacterMap.KeyData
- Enclosing class:
- KeyCharacterMap
public static class KeyCharacterMap.KeyData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
META_LENGTH
public static final int META_LENGTH
- See Also:
- Constant Field Values
displayLabel
public char displayLabel
- The display label (see
KeyCharacterMap.getDisplayLabel(int)).
number
public char number
- The "number" value (see
KeyCharacterMap.getNumber(int)).
meta
public char[] meta
- The character that will be generated in various meta states
(the same ones used for
KeyCharacterMap.get(int, int) and defined as
KeyEvent.META_SHIFT_ON and KeyEvent.META_ALT_ON).
| Index | Value |
| 0 | no modifiers |
| 1 | caps |
| 2 | alt |
| 3 | caps + alt |
KeyCharacterMap.KeyData
public KeyCharacterMap.KeyData()
Please submit a feedback, bug or feature