Searched refs:mModifierNames (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcuts.java | 89 private final SparseArray<String> mModifierNames = new SparseArray<>(); field in KeyboardShortcuts 339 mModifierNames.put(KeyEvent.META_META_ON, "Meta"); in loadResources() 340 mModifierNames.put(KeyEvent.META_CTRL_ON, "Ctrl"); in loadResources() 341 mModifierNames.put(KeyEvent.META_ALT_ON, "Alt"); in loadResources() 342 mModifierNames.put(KeyEvent.META_SHIFT_ON, "Shift"); in loadResources() 343 mModifierNames.put(KeyEvent.META_SYM_ON, "Sym"); in loadResources() 344 mModifierNames.put(KeyEvent.META_FUNCTION_ON, "Fn"); in loadResources() 819 mModifierNames.get(supportedModifier), in getHumanReadableModifiers()
|
D | KeyboardShortcutListSearch.java | 132 private final SparseArray<String> mModifierNames = new SparseArray<>(); field in KeyboardShortcutListSearch 358 mModifierNames.put(KeyEvent.META_META_ON, "Meta"); in loadResources() 359 mModifierNames.put(KeyEvent.META_CTRL_ON, "Ctrl"); in loadResources() 360 mModifierNames.put(KeyEvent.META_ALT_ON, "Alt"); in loadResources() 361 mModifierNames.put(KeyEvent.META_SHIFT_ON, "Shift"); in loadResources() 362 mModifierNames.put(KeyEvent.META_SYM_ON, "Sym"); in loadResources() 363 mModifierNames.put(KeyEvent.META_FUNCTION_ON, "Fn"); in loadResources() 1262 mModifierNames.get(supportedModifier), in getHumanReadableModifiers()
|