Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java768 final Key shortcutKey = keyboard.getKey(Constants.CODE_SHORTCUT); in updateShortcutKey() local
769 if (shortcutKey == null) { in updateShortcutKey()
772 shortcutKey.setEnabled(available); in updateShortcutKey()
773 invalidateKey(shortcutKey); in updateShortcutKey()