Searched refs:getShortcut (Results 1 – 6 of 6) sorted by relevance
268 char getShortcut() { in getShortcut() method in MenuItemImpl279 char shortcut = getShortcut(); in getShortcutLabel()314 return mMenu.isShortcutsVisible() && (getShortcut() != 0); in shouldShowShortcut()
106 setShortcut(itemData.shouldShowShortcut(), itemData.getShortcut()); in initialize()
285 char getShortcut() { in getShortcut() method in MenuItemImpl296 char shortcut = getShortcut(); in getShortcutLabel()331 return mMenu.isShortcutsVisible() && (getShortcut() != 0); in shouldShowShortcut()
378 getShortcut(a.getString(R.styleable.MenuItem_android_alphabeticShortcut)); in readItem()380 getShortcut(a.getString(R.styleable.MenuItem_android_numericShortcut)); in readItem()416 private char getShortcut(String shortcutString) { in getShortcut() method in SupportMenuInflater.MenuState
394 … getShortcut(a.getString(com.android.internal.R.styleable.MenuItem_alphabeticShortcut)); in readItem()396 … getShortcut(a.getString(com.android.internal.R.styleable.MenuItem_numericShortcut)); in readItem()432 private char getShortcut(String shortcutString) { in getShortcut() method in MenuInflater.MenuState