Searched refs:mModifierNames (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyboardShortcuts.java | 87 private final SparseArray<String> mModifierNames = new SparseArray<>(); field in KeyboardShortcuts 336 mModifierNames.put(KeyEvent.META_META_ON, "Meta"); in loadResources() 337 mModifierNames.put(KeyEvent.META_CTRL_ON, "Ctrl"); in loadResources() 338 mModifierNames.put(KeyEvent.META_ALT_ON, "Alt"); in loadResources() 339 mModifierNames.put(KeyEvent.META_SHIFT_ON, "Shift"); in loadResources() 340 mModifierNames.put(KeyEvent.META_SYM_ON, "Sym"); in loadResources() 341 mModifierNames.put(KeyEvent.META_FUNCTION_ON, "Fn"); in loadResources() 780 mModifierNames.get(supportedModifier), in getHumanReadableModifiers()
|
H A D | KeyboardShortcutListSearch.java | 121 private final SparseArray<String> mModifierNames = new SparseArray<>(); field in KeyboardShortcutListSearch 346 mModifierNames.put(KeyEvent.META_META_ON, "Meta"); in loadResources() 347 mModifierNames.put(KeyEvent.META_CTRL_ON, "Ctrl"); in loadResources() 348 mModifierNames.put(KeyEvent.META_ALT_ON, "Alt"); in loadResources() 349 mModifierNames.put(KeyEvent.META_SHIFT_ON, "Shift"); in loadResources() 350 mModifierNames.put(KeyEvent.META_SYM_ON, "Sym"); in loadResources() 351 mModifierNames.put(KeyEvent.META_FUNCTION_ON, "Fn"); in loadResources() 1167 mModifierNames.get(supportedModifier), in getHumanReadableModifiers()
|