Searched refs:getShortcut (Results 1 – 4 of 4) sorted by relevance
420 … getShortcut(a.getString(com.android.internal.R.styleable.MenuItem_alphabeticShortcut)); in readItem()425 … getShortcut(a.getString(com.android.internal.R.styleable.MenuItem_numericShortcut)); in readItem()468 private char getShortcut(String shortcutString) { in getShortcut() method in MenuInflater.MenuState
324 char getShortcut() { in getShortcut() method in MenuItemImpl335 char shortcut = getShortcut(); in getShortcutLabel()402 return mMenu.isShortcutsVisible() && (getShortcut() != 0); in shouldShowShortcut()
130 setShortcut(itemData.shouldShowShortcut(), itemData.getShortcut()); in initialize()
75785 Landroid/view/MenuInflater$MenuState;->getShortcut(Ljava/lang/String;)C100533 Lcom/android/internal/view/menu/MenuItemImpl;->getShortcut()C