OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcutchar
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java
798
final char
shortcutChar
= qwerty ? item.getAlphabeticShortcut() : item.getNumericShortcut();
800
(
shortcutChar
!= 0) &&
801
(
shortcutChar
== possibleChars.meta[0]
802
||
shortcutChar
== possibleChars.meta[2]
803
|| (qwerty &&
shortcutChar
== '\b' &&
848
final char
shortcutChar
= qwerty ? item.getAlphabeticShortcut() :
850
if ((
shortcutChar
== possibleChars.meta[0] &&
852
|| (
shortcutChar
== possibleChars.meta[2] &&
854
|| (qwerty &&
shortcutChar
== '\b' &&
[
all
...]
Completed in 56 milliseconds