Home
last modified time | relevance | path

Searched defs:shortcutChar (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java237 int shortcutChar = kcm.get(keyCode, metaState); in getIntent() local
395 final char shortcutChar = shortcutName.charAt(0); in loadShortcuts() local
412 final int shortcutChar = shortcutName.charAt(0); in loadShortcuts() local
1044 char shortcutChar = b.getShortcutChar(); in dump() local
1068 char shortcutChar = (char) mRoleShortcuts.keyAt(i); in dump() local
1075 char shortcutChar = (char) mShiftRoleShortcuts.keyAt(i); in dump() local
1084 char shortcutChar = (char) mCategoryShortcuts.keyAt(i); in dump() local
1090 char shortcutChar = (char) mShiftCategoryShortcuts.keyAt(i); in dump() local
1101 char shortcutChar = (char) mComponentShortcuts.keyAt(i); in dump() local
1108 char shortcutChar = (char) mShiftComponentShortcuts.keyAt(i); in dump() local
[all …]
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuBuilder.java851 final char shortcutChar = in findItemsWithShortcutForKey() local
905 final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcutForKey() local