Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java51 private final SparseIntArray mKeyCodeMap = new SparseIntArray(); field in KeyCodeDescriptionMapper
55 mKeyCodeMap.put(Constants.CODE_SPACE, R.string.spoken_description_space); in KeyCodeDescriptionMapper()
56 mKeyCodeMap.put(Constants.CODE_DELETE, R.string.spoken_description_delete); in KeyCodeDescriptionMapper()
57 mKeyCodeMap.put(Constants.CODE_ENTER, R.string.spoken_description_return); in KeyCodeDescriptionMapper()
58 mKeyCodeMap.put(Constants.CODE_SETTINGS, R.string.spoken_description_settings); in KeyCodeDescriptionMapper()
59 mKeyCodeMap.put(Constants.CODE_SHIFT, R.string.spoken_description_shift); in KeyCodeDescriptionMapper()
60 mKeyCodeMap.put(Constants.CODE_SHORTCUT, R.string.spoken_description_mic); in KeyCodeDescriptionMapper()
61 mKeyCodeMap.put(Constants.CODE_SWITCH_ALPHA_SYMBOL, R.string.spoken_description_to_symbol); in KeyCodeDescriptionMapper()
62 mKeyCodeMap.put(Constants.CODE_TAB, R.string.spoken_description_tab); in KeyCodeDescriptionMapper()
63 mKeyCodeMap.put(Constants.CODE_LANGUAGE_SWITCH, in KeyCodeDescriptionMapper()
[all …]