Searched defs:showShortcut (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java178 public void setShortcut(boolean showShortcut, char shortcutKey) { argument
H A DIconMenuItemView.java297 public void setShortcut(boolean showShortcut, char shortcutKey) { argument
H A DListMenuItemView.java184 public void setShortcut(boolean showShortcut, char shortcutKey) { argument
185 final int newVisibility = (showShortcut && mItemData.shouldShowShortcut())
H A DMenuView.java94 * @param showShortcut Whether a shortcut should be shown(if false, the value of
98 public void setShortcut(boolean showShortcut, char shortcutKey); argument

Completed in 40 milliseconds