Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java624 if (shortcutKeys == null) { in populateKeyboardShortcuts()
651 final int shortcutKeysSize = shortcutKeys.size(); in populateKeyboardShortcuts()
653 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcuts()
696 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local
697 if (shortcutKeys == null) { in getHumanReadableShortcutKeys()
712 return shortcutKeys; in getHumanReadableShortcutKeys()
733 return shortcutKeys; in getHumanReadableShortcutKeys()
737 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local
740 return shortcutKeys; in getHumanReadableModifiers()
745 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt145 val shortcutKeys = entities.map { ShortcutKey(it.userId, it.packageName) }.toSet() regex
162 val shortcutMap = shortcutKeys.flatMap { key ->
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DToggleScreenMagnificationPreferenceFragment.java280 final List<String> shortcutKeys = super.getFeatureSettingsKeys(); in getFeatureSettingsKeys() local
281 shortcutKeys.add(Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED); in getFeatureSettingsKeys()
282 return shortcutKeys; in getFeatureSettingsKeys()