Searched refs:KeyCodeConstants (Results 1 – 2 of 2) sorted by relevance
54 Integer keyCode = KeyCodeConstants.KEY_NAME_TO_CODE_MAP.get(data); in handle()64 KeyCodeConstants.isAlphaKeyCode(keyCode) ? keyboardState : 0)); in handle()
24 public final class KeyCodeConstants { class25 private KeyCodeConstants() {} in KeyCodeConstants() method in KeyCodeConstants