Home
last modified time | relevance | path

Searched refs:CODE_SHORTCUT (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DConstants.java240 public static final int CODE_SHORTCUT = -7; field in Constants
264 case CODE_SHORTCUT: return "shortcut"; in printableCode()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardCodesSet.java68 Constants.CODE_SHORTCUT,
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DAbstractLayoutBase.java139 protected static final ExpectedKey SHORTCUT_KEY = key(ICON_SHORTCUT, Constants.CODE_SHORTCUT);
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyCodeDescriptionMapper.java62 mKeyCodeMap.put(Constants.CODE_SHORTCUT, R.string.spoken_description_mic); in KeyCodeDescriptionMapper()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java454 mListener.onCodeInput(Constants.CODE_SHORTCUT, in onClick()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java768 final Key shortcutKey = keyboard.getKey(Constants.CODE_SHORTCUT); in updateShortcutKey()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1460 if (Constants.CODE_SHORTCUT == event.mKeyCode) { in onEvent()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java674 case Constants.CODE_SHORTCUT: in handleFunctionalEvent()