Searched refs:getShortcut (Results 1 – 6 of 6) sorted by relevance
397 getShortcut(a.getString(R.styleable.MenuItem_android_alphabeticShortcut)); in readItem()401 getShortcut(a.getString(R.styleable.MenuItem_android_numericShortcut)); in readItem()456 private char getShortcut(String shortcutString) { in getShortcut() method in SupportMenuInflater.MenuState
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
341 char getShortcut() { in getShortcut() method in MenuItemImpl352 char shortcut = getShortcut(); in getShortcutLabel()414 return mMenu.isShortcutsVisible() && (getShortcut() != 0); in shouldShowShortcut()
133 setShortcut(itemData.shouldShowShortcut(), itemData.getShortcut()); in initialize()
321 char getShortcut() { in getShortcut() method in MenuItemImpl332 char shortcut = getShortcut(); in getShortcutLabel()399 return mMenu.isShortcutsVisible() && (getShortcut() != 0); in shouldShowShortcut()
130 setShortcut(itemData.shouldShowShortcut(), itemData.getShortcut()); in initialize()