Searched refs:CODE_SHORTCUT (Results 1 – 8 of 8) sorted by relevance
240 public static final int CODE_SHORTCUT = -7; field in Constants264 case CODE_SHORTCUT: return "shortcut"; in printableCode()
68 Constants.CODE_SHORTCUT,
139 protected static final ExpectedKey SHORTCUT_KEY = key(ICON_SHORTCUT, Constants.CODE_SHORTCUT);
62 mKeyCodeMap.put(Constants.CODE_SHORTCUT, R.string.spoken_description_mic); in KeyCodeDescriptionMapper()
454 mListener.onCodeInput(Constants.CODE_SHORTCUT, in onClick()
768 final Key shortcutKey = keyboard.getKey(Constants.CODE_SHORTCUT); in updateShortcutKey()
1442 if (Constants.CODE_SHORTCUT == event.mKeyCode) { in onEvent()
674 case Constants.CODE_SHORTCUT: in handleFunctionalEvent()