Searched refs:mShiftShortcuts (Results 1 – 1 of 1) sorted by relevance
72 private final SparseArray<Intent> mShiftShortcuts = new SparseArray<>(); field in ModifierShortcutManager151 SparseArray<Intent> shortcutMap = isShiftOn ? mShiftShortcuts : mIntentShortcuts; in getIntent()289 mShiftShortcuts.put(shortcutChar, intent); in loadShortcuts()