HomeSort by relevance Sort by last modified time
    Searched full:shortcutchar (Results 1 - 2 of 2) 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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 843 final char shortcutChar = qwerty ? item.getAlphabeticShortcut()
846 (shortcutChar != 0) &&
847 (shortcutChar == possibleChars.meta[0]
848 || shortcutChar == possibleChars.meta[2]
849 || (qwerty && shortcutChar == '\b' &&
895 final char shortcutChar = qwerty ? item.getAlphabeticShortcut() :
897 if ((shortcutChar == possibleChars.meta[0] &&
899 || (shortcutChar == possibleChars.meta[2] &&
901 || (qwerty && shortcutChar == '\b' &&
    [all...]

Completed in 161 milliseconds