Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuBuilder.java798 … final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : item.getNumericShortcut(); in findItemsWithShortcutForKey() local
800 (shortcutChar != 0) && in findItemsWithShortcutForKey()
801 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()
802 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()
803 || (qwerty && shortcutChar == '\b' && in findItemsWithShortcutForKey()
848 final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcutForKey() local
850 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()
852 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()
854 || (qwerty && shortcutChar == '\b' && in findItemWithShortcutForKey()