Searched refs:shortcutKeys (Results 1 – 3 of 3) sorted by relevance
624 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() local697 if (shortcutKeys == null) { in getHumanReadableShortcutKeys()712 return shortcutKeys; in getHumanReadableShortcutKeys()733 return shortcutKeys; in getHumanReadableShortcutKeys()737 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local740 return shortcutKeys; in getHumanReadableModifiers()745 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()[all …]
145 val shortcutKeys = entities.map { ShortcutKey(it.userId, it.packageName) }.toSet() regex162 val shortcutMap = shortcutKeys.flatMap { key ->
280 final List<String> shortcutKeys = super.getFeatureSettingsKeys(); in getFeatureSettingsKeys() local281 shortcutKeys.add(Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED); in getFeatureSettingsKeys()282 return shortcutKeys; in getFeatureSettingsKeys()